chatEventVideoChatParticipantIsMutedToggled property
A video chat participant was muted or unmuted
Implementation
ChatEventVideoChatParticipantIsMutedToggled?
get chatEventVideoChatParticipantIsMutedToggled {
if (this is ChatEventVideoChatParticipantIsMutedToggled) {
return this as ChatEventVideoChatParticipantIsMutedToggled;
}
return null;
}