You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS doesn't allow partial volume increments. On the charisma-web, we have overridden this to duck to 0 if the device is iOS. We should move that code to the SDK itself. WebComicMicrophoneButton.tsx:
if (isIOS()) {
setMediaVolume(0);
}
The text was updated successfully, but these errors were encountered:
iOS doesn't allow partial volume increments. On the charisma-web, we have overridden this to duck to 0 if the device is iOS. We should move that code to the SDK itself.
WebComicMicrophoneButton.tsx
:The text was updated successfully, but these errors were encountered: