ParticipantInformation
fun ParticipantInformation( callStatus: CallStatus, members: List<MemberState>? = null, participants: List<ParticipantState>? = null, isVideoType: Boolean = true)
Component that renders user names for a call.
Parameters
members
The list of call members to render names for. If null
, participants will be used instead. Takes precedence over participants
if both are not null
.
participants
The list of call participants to render names for. If null
, members will be used instead.
fun ParticipantInformation(callStatus: CallStatus, participants: List<MemberState>, isVideoType: Boolean = true)
Deprecated
This version of ParticipantInformation is deprecated. Use the newer overload.
Replace with
ParticipantInformation
Content copied to clipboard