ConnectionServiceMuteEvent constructor

ConnectionServiceMuteEvent(
  1. int sessionId,
  2. bool muted
)

Implementation

ConnectionServiceMuteEvent(this.sessionId, this.muted)
    : super('onConnectionServiceMute', {
        'sessionId': sessionId,
        'muted': muted,
      });