AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.live
/
CoHostState
/
CoHostState
Co
Host
State
constructor
(
coHostStatus
:
StateFlow
<
CoHostStatus
>
,
connected
:
StateFlow
<
List
<
SeatUserInfo
>
>
,
invitees
:
StateFlow
<
List
<
SeatUserInfo
>
>
,
applicant
:
StateFlow
<
SeatUserInfo
?
>
,
candidates
:
StateFlow
<
List
<
SeatUserInfo
>
>
)