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