RCRTCUser.fromJson constructor

RCRTCUser.fromJson(
  1. dynamic userJson
)

Implementation

RCRTCUser.fromJson(userJson)
    : id = userJson["id"],
      methodChannel = MethodChannel('rong.flutter.rtclib/User:${userJson['id']}');