Moved markdown image loading to a static asset
This commit is contained in:
BIN
src/docs/assets/AudioSharingFAQ.png
Normal file
BIN
src/docs/assets/AudioSharingFAQ.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
5
src/docs/assets/index.js
Normal file
5
src/docs/assets/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import audioSharingFaq from "./AudioSharingFAQ.png";
|
||||
|
||||
export default {
|
||||
audioSharingFaq,
|
||||
};
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
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.** 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.
|
||||
|
||||
Reference in New Issue
Block a user