LivePerformer constructor

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

Implementation

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