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
The configuration for audio-only calls. Uses the AudioCallService class with voice communication audio usage.
The default configuration for call services. This serves as a fallback configuration and uses the CallService
class.
The configuration for livestream calls. Uses the LivestreamCallService class and runs the service in the foreground.
The configuration for livestream audio-only calls. Uses the LivestreamAudioCallService class.
The configuration for guest calls in livestreams. Uses the LivestreamViewerService class with media audio usage.