isGroupCall

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

Receiver

Flow the call flow

Return

Flow flow representing if if the current call is a group call, true if it is a group call, false otherwise

Parameters

companyId

Flow company identifier