matrix-js-sdk
    Preparing search index...

    Interface SessionConfig

    interface SessionConfig {
        callIntent?: string;
        notificationLifetimeMs?: number;
        notificationType?: RTCNotificationType;
    }
    Index
    callIntent?: string

    Determines the kind of call this will be.

    notificationLifetimeMs?: number

    How long (in milliseconds) the callee's client should keep ringing/waiting for an answer before the sender gives up and the call notification is considered timed out.

    notificationType?: RTCNotificationType

    What kind of notification to send when starting the session.

    undefined (no notification)