myMutedState property

  1. @JsonKey(fromJson: boolToMuteState, name: 'is_muted')
MuteState myMutedState
read / write

My muted state in this channel.

Implementation

@JsonKey(fromJson: boolToMuteState, name: 'is_muted')
MuteState myMutedState;