chatEventVideoChatParticipantVolumeLevelChanged property

ChatEventVideoChatParticipantVolumeLevelChanged? chatEventVideoChatParticipantVolumeLevelChanged

A video chat participant volume level was changed

Implementation

ChatEventVideoChatParticipantVolumeLevelChanged?
    get chatEventVideoChatParticipantVolumeLevelChanged {
  if (this is ChatEventVideoChatParticipantVolumeLevelChanged) {
    return this as ChatEventVideoChatParticipantVolumeLevelChanged;
  }
  return null;
}