matrix-js-sdk
    Preparing search index...

    Interface SessionConfig

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

    Properties

    callIntent?: string

    Determines the kind of call this will be.

    notificationType?: RTCNotificationType

    What kind of notification to send when starting the session.

    undefined (no notification)