FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
LocalCandidate
Local
Candidate
data
class
LocalCandidate
(
val
type
:
String
,
val
data
:
Payload
)
:
SendableEvent
Members
Constructors
Local
Candidate
Link copied to clipboard
constructor
(
candidate
:
String
,
sdpMLineIndex
:
Int
)
constructor
(
type
:
String
,
data
:
Payload
)
Properties
data
Link copied to clipboard
val
data
:
Payload
type
Link copied to clipboard
val
type
:
String