LiveKit JS Client SDK - v2.16.0
    Preparing search index...

    Interface ReconnectPolicy

    Controls reconnecting of the client

    interface ReconnectPolicy {
        nextRetryDelayInMs(context: ReconnectContext): number | null;
    }

    Implemented by

    Index

    Methods