Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 775 Bytes

sip.js.simpleusermediaremote.md

File metadata and controls

21 lines (13 loc) · 775 Bytes

Home > sip.js > SimpleUserMediaRemote

SimpleUserMediaRemote interface

Remote media elements for SimpleUserMedia.

Signature:

export interface SimpleUserMediaRemote 

Properties

Property Modifiers 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.