Design a component to mute/unmute the speaker on the viewer side. This will then allow us to set muted on the VideoView component. By default the incoming stream's audio is not muted.
Acceptance Criteria
[ ] By default the incoming audio is not muted
[ ] Add a test-id
[ ] The icon should update as the voice is muted/unmuted
Design a component to mute/unmute the speaker on the viewer side. This will then allow us to set
muted
on theVideoView
component. By default the incoming stream's audio is not muted.Acceptance Criteria