You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trtc.on(TRTC.EVENT.VIDEO_PLAY_STATE_CHANGED, event => {
console.log(`${event.userId} ${event.streamType} video player is ${event.state} because of ${event.reason}`);
});
The text was updated successfully, but these errors were encountered:
当我在听 TRTC.EVENT.VIDEO_PLAY_STATE_CHANGED 的时候,一直得到无限次mute, unmute
The text was updated successfully, but these errors were encountered: