Local Stream
Local Stream
A local stream is the stream that the current user of Video Service published themselves. When listening for onPublishedStreamChange
events you can identify local stream events by the isLocal
property being set to true
.
Rendering
Within the onPublishedStreamChange
event is a participant object. This object contains the MediaStream that is being published. You can add participant.mediaStream
to a video element in your html.
Last updated