<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [UserAgentOptions](./sip.js.useragentoptions.md) &gt; [sipExtensionExtraSupported](./sip.js.useragentoptions.sipextensionextrasupported.md)

## UserAgentOptions.sipExtensionExtraSupported property

Extra option tags to claim support for.

<b>Signature:</b>

```typescript
sipExtensionExtraSupported?: Array<string>;
```

## Remarks

Setting an extra option tag does not enable support for the associated extension it simply adds the tag to the list of supported options. See [UserAgentRegisteredOptionTags](./sip.js.useragentregisteredoptiontags.md) for valid option tags.

