Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
enum AvsSFTError : Enum<AvsSFTError>
Link copied to clipboard
interface CallManager
Link copied to clipboard
class CallManagerImpl(    calling: <Error class: unknown class>,     callRepository: CallRepository,     currentClientIdProvider: CurrentClientIdProvider,     selfConversationIdProvider: SelfConversationIdProvider,     conversationRepository: ConversationRepository,     messageSender: MessageSender,     callMapper: CallMapper,     federatedIdMapper: FederatedIdMapper,     qualifiedIdMapper: QualifiedIdMapper,     videoStateChecker: VideoStateChecker,     conversationClientsInCallUpdater: ConversationClientsInCallUpdater,     networkStateObserver: <Error class: unknown class>,     getCallConversationType: GetCallConversationTypeProvider,     userConfigRepository: UserConfigRepository,     kaliumConfigs: KaliumConfigs,     mediaManagerService: MediaManagerService,     flowManagerService: FlowManagerService,     createAndPersistRecentlyEndedCallMetadata: CreateAndPersistRecentlyEndedCallMetadataUseCase,     selfUserId: <Error class: unknown class>,     json: <Error class: unknown class> = Json { ignoreUnknownKeys = true },     shouldRemoteMuteChecker: ShouldRemoteMuteChecker = ShouldRemoteMuteCheckerImpl(),     serverTimeHandler: ServerTimeHandler = ServerTimeHandlerImpl(),     kaliumDispatchers: <Error class: unknown class> = KaliumDispatcherImpl) : CallManager
class CallManagerImpl(    calling: <Error class: unknown class>,     callRepository: CallRepository,     currentClientIdProvider: CurrentClientIdProvider,     selfConversationIdProvider: SelfConversationIdProvider,     conversationRepository: ConversationRepository,     messageSender: MessageSender,     callMapper: CallMapper,     federatedIdMapper: FederatedIdMapper,     qualifiedIdMapper: QualifiedIdMapper,     videoStateChecker: VideoStateChecker,     conversationClientsInCallUpdater: ConversationClientsInCallUpdater,     networkStateObserver: <Error class: unknown class>,     getCallConversationType: GetCallConversationTypeProvider,     userConfigRepository: UserConfigRepository,     kaliumConfigs: KaliumConfigs,     mediaManagerService: MediaManagerService,     flowManagerService: FlowManagerService,     createAndPersistRecentlyEndedCallMetadata: CreateAndPersistRecentlyEndedCallMetadataUseCase,     selfUserId: <Error class: unknown class>,     json: <Error class: unknown class> = Json { ignoreUnknownKeys = true },     shouldRemoteMuteChecker: ShouldRemoteMuteChecker = ShouldRemoteMuteCheckerImpl(),     serverTimeHandler: ServerTimeHandler = ServerTimeHandlerImpl(),     kaliumDispatchers: <Error class: unknown class> = KaliumDispatcherImpl) : CallManager
Link copied to clipboard
class CallsScope(    callManager: <Error class: unknown class><CallManager>,     callRepository: CallRepository,     conversationRepository: ConversationRepository,     userRepository: UserRepository,     flowManagerService: FlowManagerService,     mediaManagerService: MediaManagerService,     syncManager: <Error class: unknown class><SyncManager>,     qualifiedIdMapper: QualifiedIdMapper,     currentClientIdProvider: CurrentClientIdProvider,     userConfigRepository: UserConfigRepository,     conversationClientsInCallUpdater: ConversationClientsInCallUpdater,     getCallConversationType: GetCallConversationTypeProvider,     kaliumConfigs: KaliumConfigs,     inCallReactionsRepository: InCallReactionsRepository,     selfUserId: <Error class: unknown class>,     val dispatcher: <Error class: unknown class> = KaliumDispatcherImpl)
Link copied to clipboard
Link copied to clipboard
actual class FlowManagerServiceImpl(appContext: PlatformContext, scope: <Error class: unknown class>) : FlowManagerService
Link copied to clipboard
expect class GlobalCallManager
actual class GlobalCallManager(appContext: PlatformContext, scope: <Error class: unknown class>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual class MediaManagerServiceImpl(platformContext: PlatformContext, scope: <Error class: unknown class>) : MediaManagerService
Link copied to clipboard
internal interface ShouldRemoteMuteChecker

Checks if the current user should be muted remotely. More details in the use case: https://wearezeta.atlassian.net/wiki/spaces/ENGINEERIN/pages/969605169/Use+case+conversation+admin+mutes+a+remote+participant