RCRTCMicOutputStream.fromJson constructor

RCRTCMicOutputStream.fromJson(
  1. dynamic stream
)

Implementation

RCRTCMicOutputStream.fromJson(stream) : super.fromJson(stream) {
  bool? state = stream['state'];
  _isMicrophoneDisable = state ?? false;
}