Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

JS SDK 4.0: Mute status of already joined stream

ANIL_K_3
Beginner
305 Views

HI, 

There is provision to get mute event when the participants mutes audio/video for his publication.

If a participant joined a meeting in which some participants are already there and muted their publications, is there a way to get muted status of existing streams?

 

 

 

 

 

0 Kudos
1 Solution
Qiujiao_W_Intel
Employee
305 Views

Yes, you can call restful API GET /v1/rooms/{roomId}/streams/{streamId}  to get detailed info of a stream, then check the value of stream.media.audio.status to determine whether this existing stream is muted or not.

View solution in original post

0 Kudos
2 Replies
Qiujiao_W_Intel
Employee
306 Views

Yes, you can call restful API GET /v1/rooms/{roomId}/streams/{streamId}  to get detailed info of a stream, then check the value of stream.media.audio.status to determine whether this existing stream is muted or not.

0 Kudos
ANIL_K_3
Beginner
305 Views

@Qiujiao W Thanks for the info.

0 Kudos
Reply