FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
TrackUpdated
Track
Updated
data
class
TrackUpdated
(
val
type
:
ReceivableEventType
,
val
data
:
TrackUpdated.Data
)
:
ReceivableEvent
Members
Constructors
Track
Updated
Link copied to clipboard
constructor
(
type
:
ReceivableEventType
,
data
:
TrackUpdated.Data
)
Types
Data
Link copied to clipboard
data
class
Data
(
val
endpointId
:
String
,
val
trackId
:
String
,
val
metadata
:
Metadata
?
)
Properties
data
Link copied to clipboard
val
data
:
TrackUpdated.Data
type
Link copied to clipboard
val
type
:
ReceivableEventType