DEVX-5446 Making amendments to force mute feature to disable mute state #237
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates the force mute feature, to set the
force_mute_all
method to haveactive
set totrue
by default (in order to mute all future streams) and to add an additional methoddisable_force_mute
, which setsactive
tofalse
in order to disable the mute state of the session (so that future streams are not automatically muted).Motivation and Context
It implements a feature in the SDK which has already been added to the API. The main elements of the feature were added in #233, but this PR makes amendments to the feature to bring it in line with the actual API (some aspects of the previous implementation were erroneous due to and inaccuracies in the documentation).
How Has This Been Tested?
Example Output or Screenshots (if appropriate):
Types of changes
Checklist: