chime-sdk
Toggle table of contents
0.0.0
ios
Platform filter
ios
Switch theme
Search in API
chime-sdk
chime-sdk
/
com.wannaverse.chimesdk
/
ChimeSdkBridge
Chime
Sdk
Bridge
ios
object
ChimeSdkBridge
Members
Properties
event
Delegate
Link copied to clipboard
ios
var
eventDelegate
:
ChimeIOSDelegate
?
join
Meeting
Native
Link copied to clipboard
ios
var
joinMeetingNative
:
(
String
,
String
,
String
,
String
,
String
,
String
,
String
,
String
,
String
,
String
)
->
Unit
?
leave
Meeting
Native
Link copied to clipboard
ios
var
leaveMeetingNative
:
(
)
->
Unit
?
local
Video
View
Factory
Link copied to clipboard
ios
var
localVideoViewFactory
:
(
)
->
<Error class: unknown class>
?
remote
Video
View
Factory
Link copied to clipboard
ios
var
remoteVideoViewFactory
:
(
Int
)
->
<Error class: unknown class>
?
send
Realtime
Message
Native
Link copied to clipboard
ios
var
sendRealtimeMessageNative
:
(
String
,
String
,
Long
)
->
Unit
?
set
Mute
Native
Link copied to clipboard
ios
var
setMuteNative
:
(
Boolean
)
->
Unit
?
start
Local
Video
Native
Link copied to clipboard
ios
var
startLocalVideoNative
:
(
)
->
Unit
?
stop
Local
Video
Native
Link copied to clipboard
ios
var
stopLocalVideoNative
:
(
)
->
Unit
?
subscribe
Topic
Native
Link copied to clipboard
ios
var
subscribeTopicNative
:
(
String
)
->
Unit
?
switch
Audio
Device
Native
Link copied to clipboard
ios
var
switchAudioDeviceNative
:
(
String
?
)
->
Unit
?
switch
Camera
Native
Link copied to clipboard
ios
var
switchCameraNative
:
(
)
->
Unit
?
unsubscribe
Topic
Native
Link copied to clipboard
ios
var
unsubscribeTopicNative
:
(
String
)
->
Unit
?