NERtcStreamingRoomInfo constructor

NERtcStreamingRoomInfo({
  1. int uid = 0,
  2. String channelName = '',
  3. String token = '',
})

Implementation

NERtcStreamingRoomInfo({
  this.uid = 0,
  this.channelName = '',
  this.token = '',
});