FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
RemoteCandidate
Remote
Candidate
data
class
RemoteCandidate
(
val
type
:
ReceivableEventType
,
val
data
:
RemoteCandidate.Data
)
:
ReceivableEvent
Members
Constructors
Remote
Candidate
Link copied to clipboard
constructor
(
type
:
ReceivableEventType
,
data
:
RemoteCandidate.Data
)
Types
Data
Link copied to clipboard
data
class
Data
(
val
candidate
:
String
,
val
sdpMLineIndex
:
Int
,
val
sdpMid
:
String
?
)
Properties
data
Link copied to clipboard
val
data
:
RemoteCandidate.Data
type
Link copied to clipboard
val
type
:
ReceivableEventType