NIMSignallingCallSetupResult constructor
- NIMSignallingRoomInfo? roomInfo,
- NIMSignallingRtcInfo? rtcInfo,
- required int callStatus,
Implementation
NIMSignallingCallSetupResult({
this.roomInfo,
this.rtcInfo,
required this.callStatus,
});
NIMSignallingCallSetupResult({
this.roomInfo,
this.rtcInfo,
required this.callStatus,
});