sora-js-sdk
    Preparing search index...

    Type Alias SignalingNotifyNetworkStatus

    type SignalingNotifyNetworkStatus = {
        event_type: "network.status";
        type: typeof SIGNALING_MESSAGE_TYPE_NOTIFY;
        unstable_level: 0 | 1 | 2 | 3;
    }
    Index

    Properties

    event_type: "network.status"
    type: typeof SIGNALING_MESSAGE_TYPE_NOTIFY
    unstable_level: 0 | 1 | 2 | 3