Audio

Enable Audio

The EnableAudio method enables the local microphone and starts producing the audio stream with the label audio.

 
private void EnableAudio()
{
    _huddleClientInstance.EnableAudio();
}

Disable Audio

The DisableAudio method stops the local audio stream and also stops producing the audio stream with remote peers.

 
private void DisableAudio()
{
    _huddleClientInstance.DisableAudio();
}
 
Audio/Video Infrastructure designed for developers to empower them to ship simple yet powerful Audio/Video Apps.
support
company
Copyright © 2024 Graphene 01, Inc. All Rights Reserved.