shouldEndSFTOneOnOneCall
abstract suspend fun shouldEndSFTOneOnOneCall(conversationId: <Error class: unknown class>, newCallParticipants: List<<Error class: unknown class>>): Boolean
Check if the OneOnOne call that uses SFT should be ended when the participants of that call are changed. The call should be ended in that case when:
the config states that SFT should be used for 1on1 calls
the call for given conversationId is established
the conversation is 1on1
the participants of the call are changed from 2 to 1, for both Proteus and MLS
Return
true if the call should be ended, false otherwise.
Parameters
conversationId
the conversation id.
newCallParticipants
the new call participants.