-
Notifications
You must be signed in to change notification settings - Fork 0
Working with Microphone
bapquad edited this page Feb 20, 2022
·
3 revisions
[Home] > Working with Microphone
This content we learn how to create and use a microphone in Element5JS API.
You can create microphone work session easily like as following example.
let microphone = media5.StartMicrophone((devices, devID) =>
{
if(devices.length)
{
$("#wrapper").text("Audio Streaming...");
}
else
{
$("#wrapper").text("You don't have any microphone");
}
});
Bapquad Games since 2015
- Get Started
- Working with DOM
- Constructing the StyleSheet
- Working with Sprite
- Working with Timeline
- Working with Scroller
- Working with Camera
- Working with Microphone
- Making the Ajax Request
- Opening a Websocket
- Working with Storage
- Checking User Agent
- Working with GPS
- Working with Router
- Playing the Stream