Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get userVariables(): Record<string, unknown>2set userVariables(value): void
Custom user variables attached to calls.
1console.log(client.preferences.userVariables);