Variable: ROOMFUL\_ROOM
@roomful/angular / ROOMFUL_ROOM
Variable: ROOMFUL_ROOM
Section titled “Variable: ROOMFUL_ROOM”
constROOMFUL_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).