Local Stream
Last updated
Last updated
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
.
Within the onPublishedStreamChange
event is a object. This object contains the that is being published. You can add participant.mediaStream
to a video element in your html.