Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 629 Bytes

sip.js.sessiondescriptionhandleroptions.constraints.md

File metadata and controls

18 lines (10 loc) · 629 Bytes

Home > sip.js > SessionDescriptionHandlerOptions > constraints

SessionDescriptionHandlerOptions.constraints property

Constraints to use when creating local media stream.

Signature:

constraints?: MediaStreamConstraints;

Remarks

If undefined, defaults to audio true and video false. If audio and video are false, media stream will have no tracks.