AgoraRtmRemoteInvitation constructor

AgoraRtmRemoteInvitation(
  1. String? callerId,
  2. String? content,
  3. String? response,
  4. String? channelId,
  5. int? state,
)

Implementation

AgoraRtmRemoteInvitation(
    this.callerId, this.content, this.response, this.channelId, this.state);