@zoom/rtms
    Preparing search index...

    Interface SignatureParams

    Parameters for generating an authentication signature

    interface SignatureParams {
        client: string;
        secret: string;
        streamId: string;
        uuid: string;
    }
    Index

    Properties

    client: string

    The Zoom OAuth client ID

    secret: string

    The Zoom OAuth client secret

    streamId: string

    The RTMS stream ID for this connection

    uuid: string

    The UUID of the Zoom meeting