Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
type$
1get type$(): Observable<ResourceType>
Observable of the resource type (e.g. 'room', 'subscriber').
'room'
'subscriber'
1get type(): ResourceType
Resource type (e.g. 'room', 'subscriber').
1address.type$.subscribe((type) => {2 console.log('type:', type);3});