AgoraRtmLocalInvitation constructor

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

Implementation

AgoraRtmLocalInvitation(
    this.calleeId, this.content, this.response, this.channelId, this.state);