getVoipSessionByVoipMessageId

open fun getVoipSessionByVoipMessageId(@NonNull context: Context, @Nullable voipMessageId: String): List<VoipSessionItem>

Call this method to retrieve a list of VoipSessionItem linked to a specific VoipMessage

Return

list of VoipSessionItem linked to the VoIP message

Parameters

context

the application context

voipMessageId

the message ID of a VoipMessage