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
The new WebClient offer the feature "Share Audio".
I enabled this by delete interfaceConfig.TOOLBAR_BUTTONS; in config_custom.js because if this variable is undefined, it will enable the full feature set.
But I can't find no real differences between booth:
"Share Audio" will also share the screen as "Share Screen"
One have to checkmark "share audio" in the browsers screen share dialog. In Chrome (@Linux?), this is only possible with Chrome Tabs, but no other sources.
The transmission of audio is interrupted while the Mic is muted.
The only difference I found that Share Audio will complain about a missing audio stream with the alert to use the checkmark in the share dialog.
From that, @deleolajide: Is it worth to enalbe this feature in our client (by add it to the Admin-UI and let it to be configured to the TOOLBAR_BUTTONS)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The new WebClient offer the feature "Share Audio".
I enabled this by
delete interfaceConfig.TOOLBAR_BUTTONS;
inconfig_custom.js
because if this variable is undefined, it will enable the full feature set.But I can't find no real differences between booth:
The only difference I found that Share Audio will complain about a missing audio stream with the alert to use the checkmark in the share dialog.
From that, @deleolajide: Is it worth to enalbe this feature in our client (by add it to the Admin-UI and let it to be configured to the TOOLBAR_BUTTONS)?
Beta Was this translation helpful? Give feedback.
All reactions