core
Toggle table of contents
1.2.0
ios
Platform filter
ios
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.cameramanager
/
InCallManager
In
Call
Manager
ios
class
InCallManager
Members
Constructors
In
Call
Manager
Link copied to clipboard
ios
constructor
(
)
Properties
selected
Audio
Device
Link copied to clipboard
ios
var
selectedAudioDevice
:
AudioDeviceType
?
Functions
audio
Session
Set
Mode
Link copied to clipboard
ios
fun
audioSessionSetMode
(
audioMode
:
String
)
choose
Audio
Route
Link copied to clipboard
ios
fun
chooseAudioRoute
(
audioRoute
:
String
,
resolve
:
(
String
)
->
Unit
,
reject
:
(
String
,
String
,
String
)
->
Unit
)
default
Audio
Routing
Link copied to clipboard
ios
fun
defaultAudioRouting
(
)
dispose
Link copied to clipboard
ios
fun
dispose
(
)
init
Link copied to clipboard
ios
fun
init
(
)
is
Bluetooth
Device
Connected
Link copied to clipboard
ios
fun
isBluetoothDeviceConnected
(
)
:
Boolean
is
Headset
Plugged
In
Link copied to clipboard
ios
fun
isHeadsetPluggedIn
(
)
:
Boolean
release
Link copied to clipboard
ios
fun
release
(
)
route
Audio
From
Bluetooth
Link copied to clipboard
ios
fun
routeAudioFromBluetooth
(
)
:
Boolean
route
Audio
From
Earpiece
Link copied to clipboard
ios
fun
routeAudioFromEarpiece
(
)
:
Boolean
route
Audio
From
Speakerphone
Link copied to clipboard
ios
fun
routeAudioFromSpeakerphone
(
)
:
Boolean
set
Audio
Device
Link copied to clipboard
ios
fun
setAudioDevice
(
device
:
AudioDevice
)
start
Proximity
Sensor
Link copied to clipboard
ios
fun
startProximitySensor
(
)
update
Audio
Route
Link copied to clipboard
ios
fun
updateAudioRoute
(
)
:
Boolean