currentCalls

abstract val currentCalls: MirrorableMap<CallId, Call>

Map of all calls in any state where the key is a unique identifier referring to a call and where the value is the data structure containing details about the Call.

Note that calls that are in the CallState.DISCONNECTED state will be removed imminently. These only reside in the list long enough to update the frontend with the Call.disconnectedCause.