Home > sip.js > SessionDescriptionHandler > updateDirection
Depending on the current signaling state and the session hold state, update transceiver direction.
Signature:
protected updateDirection(options?: SessionDescriptionHandlerOptions): Promise<void>;
Parameter | Type | Description |
---|---|---|
options | SessionDescriptionHandlerOptions | Session description handler options. |
Returns:
Promise<void>