In Call Manager Module
class InCallManagerModule(activity: Activity, inCallManagerEventCallbacks: InCallManagerEventCallbacks) : AudioManager.OnAudioFocusChangeListener
Types
Functions
Link copied to clipboard
Returns current set of available/selectable audio devices.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Changes selection of the currently active audio device.
Link copied to clipboard
Changes default audio device.
Link copied to clipboard
flag: Int 0: use default action 1: force speaker on -1: force speaker off
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This is part of start() process. busytoneUriType must not empty. empty means do not play. return false to indicate play tone failed and should be stop() immediately otherwise, it will stop() after a tone completed.
Link copied to clipboard
Link copied to clipboard
This is part of start() process. ringbackUriType must not empty. empty means do not play.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Updates list of possible audio devices and make new device selection.