factory LivekitGrant.fromJson(Map<String, dynamic> j) => LivekitGrant(breakoutRooms: (j['breakout_rooms'] as List?)?.cast<String>());