AudioService
The AudioService allows changing audio settings for the local and remote participants.
Available in the package com.voxeet.sdk.services.AudioService.
Methods
getLocal
▸ getLocal(): LocalAudio
Audio settings for the local participant.
Returns: @NonNull LocalAudio
getRemote
▸ getRemote(): RemoteAudio
Audio settings for remote participants.
Returns: @NonNull RemoteAudio
getSoundManager
▸ getSoundManager(): SoundManager
deprecated
Returns: @Nullable SoundManager
Updated 4 months ago