chatEventVideoChatParticipantVolumeLevelChanged property
A video chat participant volume level was changed
Implementation
ChatEventVideoChatParticipantVolumeLevelChanged?
get chatEventVideoChatParticipantVolumeLevelChanged {
if (this is ChatEventVideoChatParticipantVolumeLevelChanged) {
return this as ChatEventVideoChatParticipantVolumeLevelChanged;
}
return null;
}