get Voip Session By Id
open fun getVoipSessionById(@NonNull context: Context, @NonNull voipSessionId: String): VoipSessionItem
Content copied to clipboard
Call this method to retrieve VoipSessionItem related to a specific identifier
Note that : this method has access to database, so it is better to minimize calls to this method from UI thread
Return
VoipSessionItem linked to the specified identifier
Parameters
context
the application context
voip Session Id
the voip session identifier, who is equal to the VoIP call session Identifier (See : getSessionIdentifier