LivepeerParticipant.fromJson(Map<String, dynamic> json) { id = json['id']; joinUrl = json['joinUrl']; token = json['token']; }