Participants constructor

Participants(
  1. {String? uid,
  2. double? totalAudioMinutes,
  3. double? totalVideoMinutes,
  4. double? totalDurationInMinutes,
  5. String? deviceId,
  6. bool? isJoined,
  7. int? joinedAt,
  8. String? mid,
  9. String? state,
  10. int? leftAt,
  11. String? name,
  12. String? avatar}
)

Implementation

Participants