sip.js.sessiondescriptionhandler.updatedirection.md
September 26, 2022 ยท View on GitHub
Home > sip.js > SessionDescriptionHandler > updateDirection
SessionDescriptionHandler.updateDirection() method
Depending on the current signaling state and the session hold state, update transceiver direction.
Signature:
protected updateDirection(options?: SessionDescriptionHandlerOptions): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | SessionDescriptionHandlerOptions | Session description handler options. |
Returns:
Promise<void>