We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d1b7a commit 2efac2bCopy full SHA for 2efac2b
articles/communication-services/how-tos/calling-sdk/browser-support.md
@@ -23,7 +23,7 @@ A `CallClient` instance is required for this operation. When you have a `CallCli
23
24
```javascript
25
const callClient = new CallClient(options);
26
-const environmentInfo = await callClient.getEnvironmentInfo();
+const environmentInfo = await callClient.feature(Features.DebugInfo).getEnvironmentInfo();
27
```
28
29
The `getEnvironmentInfo` method asynchronously returns an object of type `EnvironmentInfo`.
0 commit comments