Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 787 Bytes

sip.js.sessiondescriptionhandler.getlocalmediastream.md

File metadata and controls

24 lines (14 loc) · 787 Bytes

Home > sip.js > SessionDescriptionHandler > getLocalMediaStream

SessionDescriptionHandler.getLocalMediaStream() method

Get a media stream from the media stream factory and set the local media stream.

Signature:

protected getLocalMediaStream(options?: SessionDescriptionHandlerOptions): Promise<void>;

Parameters

Parameter Type Description
options SessionDescriptionHandlerOptions Session description handler options.

Returns:

Promise<void>