FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
EndpointRemoved
Endpoint
Removed
data
class
EndpointRemoved
(
val
type
:
ReceivableEventType
,
val
data
:
EndpointRemoved.Data
)
:
ReceivableEvent
Members
Constructors
Endpoint
Removed
Link copied to clipboard
constructor
(
type
:
ReceivableEventType
,
data
:
EndpointRemoved.Data
)
Types
Data
Link copied to clipboard
data
class
Data
(
val
id
:
String
,
val
reason
:
String
)
Properties
data
Link copied to clipboard
val
data
:
EndpointRemoved.Data
type
Link copied to clipboard
val
type
:
ReceivableEventType