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.
2 parents d398a5d + 2efac2b commit d0d9fa7Copy full SHA for d0d9fa7
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