<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Scene](./smwebsdk.scene.md) &gt; [version](./smwebsdk.scene.version.md)

## Scene.version property

Returns the version of the webSdk and platformSdk

**Signature:**

```typescript
version: {
        webSdk: string;
        platformSdk: string;
    };
```
