LivepeerParticipant constructor

LivepeerParticipant({
  1. String? id,
  2. String? joinUrl,
  3. String? token,
})

Implementation

LivepeerParticipant({this.id, this.joinUrl, this.token});