Fishjam Web SDK - v0.18.0
    Preparing search index...

    Notification sent when a peer crashes

    interface ServerMessage_PeerCrashed {
        peerId: string;
        reason: string;
        roomId: string;
    }
    Index

    Properties

    Properties

    peerId: string
    reason: string
    roomId: string