sora-js-sdk
    Preparing search index...

    Interface SignalingUpdateMessage

    interface SignalingUpdateMessage {
        sdp: string;
        type: "update";
    }
    Index

    Properties

    Properties

    sdp: string
    type: "update"