LiveOwner constructor

LiveOwner(
  1. LiveUser user,
  2. Thumbnail thumbnail,
  3. String clientId,
  4. LiveHlsMovie hlsMovie,
  5. bool isEnabledMicInput,
)

Implementation

LiveOwner(this.user, this.thumbnail, this.clientId, this.hlsMovie, this.isEnabledMicInput);