sora-js-sdk
    Preparing search index...

    Type Alias SignalingCloseMessage

    type SignalingCloseMessage = {
        code: number;
        reason: string;
        type: typeof SIGNALING_MESSAGE_TYPE_CLOSE;
    }
    Index

    Properties

    Properties

    code: number
    reason: string
    type: typeof SIGNALING_MESSAGE_TYPE_CLOSE