Co Guest State
data class CoGuestState(val connected: StateFlow<List<SeatUserInfo>>, val invitees: StateFlow<List<LiveUserInfo>>, val applicants: StateFlow<List<LiveUserInfo>>, val candidates: StateFlow<List<LiveUserInfo>>)
Co-hosting related state data provided by CoGuestStore
Constructors
Link copied to clipboard
constructor(connected: StateFlow<List<SeatUserInfo>>, invitees: StateFlow<List<LiveUserInfo>>, applicants: StateFlow<List<LiveUserInfo>>, candidates: StateFlow<List<LiveUserInfo>>)