RTCForge API Reference v1.1.1
    Preparing search index...

    Variable CascadingRouterEventConst

    CascadingRouterEvent: {
        CascadeCreated: "cascadeCreated";
        CascadeDropped: "cascadeDropped";
        RoomAssigned: "roomAssigned";
        RoomDetached: "roomDetached";
    } = ...

    Room-assignment and cascade events emitted by a CascadingRouter.

    Type Declaration

    • ReadonlyCascadeCreated: "cascadeCreated"

      Fired when an additional node is cascaded onto an already-assigned room.

    • ReadonlyCascadeDropped: "cascadeDropped"

      Fired when a single cascade node is dropped from a room after it failed.

    • ReadonlyRoomAssigned: "roomAssigned"

      Fired when a room is assigned to its primary SFU node.

    • ReadonlyRoomDetached: "roomDetached"

      Fired when a room is fully detached from the SFU (primary and cascades).