Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
meta$
1get meta$(): Observable<Record<string, unknown>>
Observable of custom metadata associated with the call.
1get meta(): Record<string, unknown>
Current custom metadata of the call.
1call.meta$.subscribe((meta) => {2 console.log('meta:', meta);3});