ParticipantMapper

Utility functions for the call participants

Functions

Link copied to clipboard
fun Call.isGroupCall(companyId: Flow<String>): Flow<Boolean>

Utility function to be used to receive a flag representing if the current call is a group call

Link copied to clipboard

Utility function to be used to receive a flag representing the current initialized state of the logged participants

Link copied to clipboard
fun Call.toMyParticipantState(): Flow<CallParticipant.State>

Utility function to be used to retrieve current logged participant's state

Link copied to clipboard
fun Call.toOtherDisplayImages(): Flow<List<Uri>>

Utility function to be used to receive the other participants display images as list

Link copied to clipboard
fun Call.toOtherDisplayNames(): Flow<List<String>>

Utility function to be used to receive the other participants display names as list