Member Junction
    Preparing search index...

    Resolved configuration for ZoomRtmsMeetingSdk. Credentials resolve upstream (MJ credential system / provider Configuration) — this object carries already-resolved values; never inline secrets at a call site.

    interface ZoomRtmsSdkConfig {
        ClientId?: string;
        ClientSecret?: string;
        Connection?: ZoomRtmsConnectionParams;
    }
    Index

    Properties

    ClientId?: string

    The Zoom app OAuth client id (resolved upstream; used for the RTMS handshake signature).

    ClientSecret?: string

    The Zoom app OAuth client secret (resolved upstream). Used only to sign the handshake.

    The RTMS connection params handed in by the meeting.rtms_started webhook for this session.