StartPlayStreamingRequest constructor

StartPlayStreamingRequest({
  1. String? streamId,
  2. String? streamingUrl,
  3. int? playOutDelay,
  4. int? reconnectTimeout,
  5. bool? muteAudio,
  6. bool? muteVideo,
  7. bool? pausePullStream,
})

Implementation

StartPlayStreamingRequest({
  this.streamId,
  this.streamingUrl,
  this.playOutDelay,
  this.reconnectTimeout,
  this.muteAudio,
  this.muteVideo,
  this.pausePullStream,
});