Home > sip.js > SimpleUserMedia
Media for SimpleUserOptions.
Signature:
export interface SimpleUserMedia
Property | Type | Description |
---|---|---|
constraints | SimpleUserMediaConstraints |
Offer/Answer constraints determine if audio and/or video are utilized. If not specified, only audio is utilized (audio is true, video is false). |
local | SimpleUserMediaLocal |
HTML elements for local media streams. |
remote | SimpleUserMediaRemote |
Local HTML media elements. |