<!-- 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; [isConnected](./smwebsdk.scene.isconnected.md)

## Scene.isConnected() method

Check if the scene connection is open and valid.

**Signature:**

```typescript
isConnected(): boolean;
```
**Returns:**

boolean

Returns true if the connection is open and valid otherwise false.

