Remove audio sharing from FAQ and add default open based on how to url

This commit is contained in:
Mitchell McCaffrey
2020-07-12 18:59:28 +10:00
parent ae028f197e
commit 8cf9ddd8ce
6 changed files with 38 additions and 30 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

-2
View File
@@ -1,4 +1,3 @@
import audioSharingFaq from "./AudioSharingFAQ.png";
import defaultMaps from "./DefaultMaps.mp4";
import customMaps from "./CustomMaps.mp4";
import customMapsAdvanced from "./CustomMapsAdvanced.jpg";
@@ -21,7 +20,6 @@ import sharingAudio from "./SharingAudio.mp4";
import startGame from "./StartGame.mp4";
export default {
audioSharingFaq,
defaultMaps,
customMaps,
customMapsAdvanced,
-12
View File
@@ -1,12 +0,0 @@
## Using Radio (experimental)
### No audio found in screen share.
When using audio sharing you must select the **Share audio** option when choosing the browser tab or screen to share. Support for sharing audio depends on browser and operating system. Currently Google Chrome on Windows allows you to share the audio of any tab or an entire screen while on MacOS you can only share the audio of a tab. For an example of selecting the **Share audio** option for a tab on MacOS see Figure 1.
![Figure 1 Using Audio Sharing](audioSharingFaq)
**Figure 1 Using Audio Sharing.** First select what type of content you would like to share. Second select the content. Third select Share audio. Fourth select Share.
### Browser not supported for audio sharing.
Using audio sharing relies on the browser supporting the audio capture feature of the Screen Capture API. Currently the two browsers that support this are Google Chrome and Microsoft Edge. To see if your browser is supported see the [Browser Compatibility chart](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia#Browser_compatibility) on the Mozilla Developer Network.