Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
state$
1get state$(): Observable<CallCapabilitiesState>
Observable for the full capabilities state
1get state(): CallCapabilitiesState
Current full capabilities state
1capabilities.state$.subscribe((state) => {2 console.log('state:', state);3});