<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [SceneOptions](./smwebsdk.sceneoptions.md) &gt; [sendMetadata](./smwebsdk.sceneoptions.sendmetadata.md)

## SceneOptions.sendMetadata property

The config to allow sending current page url when connection succeeds

**Signature:**

```typescript
sendMetadata?: {
        pageUrl: boolean;
    };
```
