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

    Interface ReconnectPolicy

    Controls reconnecting of the client

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

    Implemented by

    Index

    Methods