Member Junction
    Preparing search index...

    Fired before the client connects. Cancelable.

    interface LiveKitBeforeConnectEvent {
        Cancel: boolean;
        Options: LiveKitRoomConnectOptions;
        ServerUrl: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Cancel: boolean

    Set to true in a handler to cancel the pending action. Defaults to false.

    The connect options about to be applied (mutable — a handler may adjust them).

    ServerUrl: string

    The server URL about to be connected to.