TRTCPublishCdnUrl constructor

TRTCPublishCdnUrl({
  1. String rtmpUrl = '',
  2. bool isInternalLine = true,
})

Implementation

TRTCPublishCdnUrl({
  this.rtmpUrl = '',
  this.isInternalLine = true,
});