PhoneConnectionWebrtc class

Phone Connection Webrtc.

ID: 635fe375.

Inheritance

Constructors

PhoneConnectionWebrtc({required bool turn, required bool stun, required int id, required String ip, required String ipv6, required int port, required String username, required String password})
Phone Connection Webrtc constructor.
const
PhoneConnectionWebrtc.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
ip String
Ip.
final
ipv6 String
Ipv6.
final
password String
Password.
final
port int
Port.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stun bool
stun: bit 1 of flags.1?true
final
turn bool
turn: bit 0 of flags.0?true
final
username String
Username.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited