Occurs when the state of processing the audio buffer in [BufferSourceAudioTrack]IBufferSourceAudioTrack changes.
Occurs when a audio or video track ends.
Reasons may include:
MediaStreamTrack
.Since
4.8.0
Indicates the visibility of the <video>
HTML tag.
The SDK triggers this event every 30 seconds.
After you call localVideoTrack.play
, the SDK creates an <video>
tag for playing video tracks. When localVideoTrack.isPlaying
is true
but you cannot see any video, this event helps you check whether the <video>
tag is visible or not and learn the reason when the <video>
tag is invisible.
Occurs when the first remote audio or video frame is decoded.
Since
4.8.0
Indicates the visibility of the <video>
HTML tag.
The SDK triggers this event every 30 seconds.
After you call localVideoTrack.play
, the SDK creates an <video>
tag for playing video tracks. When localVideoTrack.isPlaying
is true
but you cannot see any video, this event helps you check whether the <video>
tag is visible or not and learn the reason when the <video>
tag is invisible.
Occurs when a audio or video track ends.
Reasons may include:
MediaStreamTrack
.