Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 789 Bytes

File metadata and controls

24 lines (14 loc) · 789 Bytes

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>