NERtcPlayStreamingConfig constructor

NERtcPlayStreamingConfig({
  1. String streamingUrl = '',
  2. int playOutDelay = 2000,
  3. int reconnectTimeout = 30000,
  4. bool muteAudio = false,
  5. bool muteVideo = false,
  6. bool pausePullStream = false,
})

Implementation

NERtcPlayStreamingConfig({
  this.streamingUrl = '',
  this.playOutDelay = 2000,
  this.reconnectTimeout = 30000,
  this.muteAudio = false,
  this.muteVideo = false,
  this.pausePullStream = false,
});