Methods
Muted | (b: Muted) | → | nothing |
Signals
MuteStateChanged | (b: MuteState) |
Properties
MuteState | b | Read only |
Description
Interface for calls which may be muted. This only makes sense for channels where audio or video is streaming between members.
Muting a call content indicates that the user does not wish to send outgoing audio or video.
Although it's client's responsibility to actually mute the microphone or turn off the camera, using this interface the client can also inform the CM and other clients of that fact.
For some protocols, the fact that the content is muted needs to be transmitted to the peer; for others, the notification to the peer is only informational (eg. XMPP), and some protocols may have no notion of muting at all.
Methods
Muted (b: Muted) → nothing
Parameters
- Muted — b
Inform the CM that the call content has been muted or unmuted by che client.
It is the client's responsibility to actually mute or unmute the microphone or camera used for the content. However, the client MUST call this whenever it mutes or unmutes the content.
Signals
MuteStateChanged (b: MuteState)
Parameters
- MuteState — b