Skip to content

Variable: ROOMFUL\_ROOM

@roomful/angular


@roomful/angular / ROOMFUL_ROOM

const ROOMFUL_ROOM: InjectionToken<Room<PresenceData>>

Defined in: angular/src/index.ts:663

Carries the active room through Angular dependency injection.

Provided by provideRoomful; consumed by the inject* helpers. The token has no default factory: the inject* helpers read it optionally and raise a descriptive RoomfulError when it is absent, rather than throwing inside Angular’s injector (which would surface as a generic DI error).