Skip to content

Commit c3eb5ff

Browse files
Update known-issues.md
Fixing two more Acrolinx issues
1 parent 1d6fecf commit c3eb5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ If users decide to quickly turn video on/off while call is in `Connecting` state
105105
##### Possible causes
106106
Under investigation.
107107

108-
#### Enumerating/accessing devices for Safari on MacOS and iOS
109-
If access to devices are granted, after some time, device permissions are reset. Safari on MacOS and on iOS does not keep permissions for very long time unless there is a stream acquired. The simplest way to work around this is to call DeviceManager.askDevicePermission() API before calling the device manager's device enumeration APIs (DeviceManager.getCameras(), DeviceManager.getSpeakers(), and DeviceManager.getMicrophones()). If the permissions are there, then user will not see anything, if not, it will re-prompt.
108+
#### Enumerating/accessing devices for Safari on macOS and iOS
109+
If access to devices are granted, after some time, device permissions are reset. Safari on macOS and on iOS does not keep permissions for very long time unless there is a stream acquired. The simplest way to work around this is to call DeviceManager.askDevicePermission() API before calling the device manager's device enumeration APIs (DeviceManager.getCameras(), DeviceManager.getSpeakers(), and DeviceManager.getMicrophones()). If the permissions are there, then user will not see anything, if not, it will re-prompt.
110110

111111
<br/>Devices affected: iPhone
112112
<br/>Client library: Calling (JavaScript)

0 commit comments

Comments
 (0)