Call State
constructor(activeCall: StateFlow<CallInfo>, recentCalls: StateFlow<LinkedHashSet<CallInfo>>, cursor: StateFlow<String>, selfInfo: StateFlow<CallParticipantInfo>, allParticipants: StateFlow<LinkedHashSet<CallParticipantInfo>>, speakerVolumes: StateFlow<MutableMap<String, Int>>, networkQualities: StateFlow<MutableMap<String, NetworkQuality>>)