DefaultCallConfigurations

Provides default configurations for different types of call services.

The DefaultCallConfigurations object centralizes predefined configurations for various call scenarios, such as livestreams, audio calls, and guest calls. These configurations can be used as defaults or templates for call-related operations.

Properties

Link copied to clipboard

The configuration for audio-only calls. Uses the AudioCallService class with voice communication audio usage.

Link copied to clipboard

The default configuration for call services. This serves as a fallback configuration and uses the CallService class.

Link copied to clipboard

The configuration for livestream calls. Uses the LivestreamCallService class and runs the service in the foreground.

Link copied to clipboard

The configuration for livestream audio-only calls. Uses the LivestreamAudioCallService class.

Link copied to clipboard

The configuration for guest calls in livestreams. Uses the LivestreamViewerService class with media audio usage.

Functions

Link copied to clipboard

Retrieves a map of livestream call configurations.

Link copied to clipboard

Retrieves a map of livestream guest call configurations.