@videosdk.live/server-sdk
    Preparing search index...

    Interface VerifyWebhookOptions

    interface VerifyWebhookOptions {
        publicKey?: string;
    }
    Index
    publicKey?: string

    The RSA public key (PEM) to verify against. Provide it to skip fetching the key over the network.