-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new device api remote mutes (#988)
## In this PR 1. Remote mutes If a user is muted remotely the camera/audio device manager's state is properly updated now. There are two kinds of remote mutes: - Soft mute: you're muted but you can unmute yourself - Hard mute, your permission is taken away The device manager is updated in both of these cases. @santhoshvai this was the [missing feature why you couldn't use device manager status in the participant SDK component](#958). 2. `MediaStream` release is called in RN The `mediaStream.release()` call was missing in some cases, this is now fixed 3. Throw error in case of an RPC error So far, the RPC calls didn't reject the promise if an error happened, this now fixed. 4. Logs to device managers 5. Update location hint request timeout (unrelated to device API) 6. Stop publishing on remote soft mute So far the `Call` didn't stop publishing on soft remote mutes, this is fixed now --------- Co-authored-by: Vishal Narkhede <[email protected]>
- Loading branch information
1 parent
5ca26d0
commit 5bbcefb
Showing
13 changed files
with
208 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.