janus_client
janus_client
SipAcceptedEvent
SipAcceptedEvent constructor
SipAcceptedEvent
SipAcceptedEvent
constructor
Null safety
SipAcceptedEvent
(
{
String
?
sip
,
String
?
callId
,
SipAcceptedEventResult
?
result
}
)
Implementation
SipAcceptedEvent({this.sip, this.callId, this.result});
janus_client
janus_client
SipAcceptedEvent
SipAcceptedEvent constructor
SipAcceptedEvent class
Constructors
SipAcceptedEvent
fromJson
Properties
callId
hashCode
result
runtimeType
sip
Methods
noSuchMethod
toJson
toString
Operators
operator ==