Home > sip.js > SessionDescriptionHandler > getLocalMediaStream
Get a media stream from the media stream factory and set the local media stream.
Signature:
protected getLocalMediaStream(options?: SessionDescriptionHandlerOptions): Promise<void>;
Parameter | Type | Description |
---|---|---|
options | SessionDescriptionHandlerOptions |
Session description handler options. |
Returns:
Promise<void>