Member Junction
    Preparing search index...

    Construction options for the controller (all optional — sensible defaults applied).

    interface LiveKitRoomControllerOptions {
        EventBus?: LiveKitRoomEventBus;
        RoleResolver?: LiveKitRoleResolver;
        RoomFactory?: LiveKitRoomFactory;
    }
    Index

    Properties

    Supply a shared event bus (e.g. so a host can subscribe before the controller connects).

    RoleResolver?: LiveKitRoleResolver

    Override how a participant's role is derived.

    RoomFactory?: LiveKitRoomFactory

    Override the Room factory (tests inject a fake).