RemoteVideoMuteChanged constructor

const RemoteVideoMuteChanged(
  1. String identity, {
  2. required bool muted,
})

Implementation

const RemoteVideoMuteChanged(this.identity, {required this.muted});