Member Junction
    Preparing search index...

    The @zoom/rtms module's default export shape this adapter uses. VERIFY against @zoom/rtms.

    interface RtmsModule {
        Client: new () => RtmsClient;
    }
    Index

    Properties

    Properties

    Client: new () => RtmsClient

    The RTMS client constructor. VERIFY against @zoom/rtms (new rtms.Client()).