<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [PublisherOptions](./sip.js.publisheroptions.md) &gt; [params](./sip.js.publisheroptions.params.md)

## PublisherOptions.params property

> Warning: This API is now obsolete.
> 
> TODO: provide alternative.
> 

<b>Signature:</b>

```typescript
params?: {
        fromDisplayName?: string;
        fromTag?: string;
        fromUri?: URI;
        toDisplayName?: string;
        toUri?: URI;
    };
```
