FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
VadNotification
Vad
Notification
data
class
VadNotification
(
val
type
:
ReceivableEventType
,
val
data
:
VadNotification.Data
)
:
ReceivableEvent
Members
Constructors
Vad
Notification
Link copied to clipboard
constructor
(
type
:
ReceivableEventType
,
data
:
VadNotification.Data
)
Types
Data
Link copied to clipboard
data
class
Data
(
val
trackId
:
String
,
val
status
:
String
)
Properties
data
Link copied to clipboard
val
data
:
VadNotification.Data
type
Link copied to clipboard
val
type
:
ReceivableEventType