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