Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 777 Bytes

sip.js.simpleusermediaremote.md

File metadata and controls

21 lines (13 loc) · 777 Bytes

Home > sip.js > SimpleUserMediaRemote

SimpleUserMediaRemote interface

Remote media elements for SimpleUserMedia.

Signature:

export interface SimpleUserMediaRemote 

Properties

Property Type Description
audio HTMLAudioElement The remote audio media stream is attached to this element.
video HTMLVideoElement The remote video media stream is attached to this element.