sora-js-sdk
    Preparing search index...

    Interface SignalingPushMessage

    interface SignalingPushMessage {
        data: Record<string, unknown>;
        type: "push";
    }
    Index

    Properties

    Properties

    data: Record<string, unknown>
    type: "push"