- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- HTML5
- JavaScript*
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page