FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
Connected
/
Data
Data
data
class
Data
(
val
id
:
String
,
val
otherEndpoints
:
List
<
Endpoint
>
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
id
:
String
,
otherEndpoints
:
List
<
Endpoint
>
)
Properties
id
Link copied to clipboard
val
id
:
String
other
Endpoints
Link copied to clipboard
val
otherEndpoints
:
List
<
Endpoint
>