shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
SocketLike
Socket
Like
interface
SocketLike
Minimal abstraction of a socket supporting emitWithAck semantics.
Members
Properties
id
Link copied to clipboard
open
val
id
:
String
?
is
Connected
Link copied to clipboard
open
val
isConnected
:
Boolean
Functions
emit
Link copied to clipboard
abstract
fun
emit
(
event
:
String
,
data
:
Map
<
String
,
Any
?
>
)
emit
With
Ack
Link copied to clipboard
abstract
fun
emitWithAck
(
event
:
String
,
data
:
Map
<
String
,
Any
?
>
,
ack
:
(
Map
<
String
,
Any
?
>
)
->
Unit
)