SipConfigurationBuilder class

Constructors

SipConfigurationBuilder({required String extension, required String domain, required String password})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() SipConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setKeepAlive(bool isKeepAlive) SipConfigurationBuilder
setPort(int port) SipConfigurationBuilder
setTransport(TransportType transportType) SipConfigurationBuilder
toString() String
A string representation of this object.
inherited

Operators

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