AgoraRtmMember constructor

AgoraRtmMember(
  1. String? userId,
  2. String? channelId
)

Implementation

AgoraRtmMember(this.userId, this.channelId);