ZegoUIKitRoomState constructor

ZegoUIKitRoomState(
  1. ZegoRoomStateChangedReason reason,
  2. int errorCode,
  3. Map<String, dynamic> extendedData
)

Implementation

ZegoUIKitRoomState(this.reason, this.errorCode, this.extendedData);