AgoraConnectionData constructor
AgoraConnectionData({})
Implementation
AgoraConnectionData({
required this.appId,
required this.channelName,
this.uid = 0,
this.tokenUrl,
this.tempToken,
this.areaCode = const [AreaCode.GLOB],
});