CallingSettings

Defines the calling feature permissions and settings for users in a security group, controlling what types of calls users can initiate and participate in.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether users can start one-to-one calls.

Link copied to clipboard

Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.

Link copied to clipboard

When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.

Functions

Link copied to clipboard
inline fun copy(block: CallingSettings.Builder.() -> Unit = {}): CallingSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String