Home > sip.js > Session > invite
Renegotiate the session. Sends a re-INVITE.
Signature:
invite(options?: SessionInviteOptions): Promise<OutgoingInviteRequest>;
Parameter | Type | Description |
---|---|---|
options | SessionInviteOptions |
Options bucket. See SessionInviteOptions for details. |
Returns:
Promise<OutgoingInviteRequest>