shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.mediasfu
/
ConnectivityState
Connectivity
State
class
ConnectivityState
(
parameters
:
MediasfuParameters
,
notifier
:
(
)
->
Unit
)
Members
Constructors
Connectivity
State
Link copied to clipboard
constructor
(
parameters
:
MediasfuParameters
,
notifier
:
(
)
->
Unit
)
Properties
device
Link copied to clipboard
var
device
:
WebRtcDevice
?
local
Socket
Link copied to clipboard
var
localSocket
:
SocketManager
?
room
Response
Link copied to clipboard
var
roomResponse
:
ResponseJoinRoom
socket
Link copied to clipboard
var
socket
:
SocketManager
?
virtual
Background
Processor
Link copied to clipboard
var
virtualBackgroundProcessor
:
VirtualBackgroundProcessor
?
Functions
clear
Connections
Link copied to clipboard
fun
clearConnections
(
)
update
Device
Link copied to clipboard
fun
updateDevice
(
value
:
WebRtcDevice
?
)
update
Local
Socket
Link copied to clipboard
fun
updateLocalSocket
(
value
:
SocketManager
?
)
update
Room
Response
Link copied to clipboard
fun
updateRoomResponse
(
value
:
ResponseJoinRoom
)
update
Socket
Link copied to clipboard
fun
updateSocket
(
value
:
SocketManager
?
)