SipWrapper class

Constructors

SipWrapper.internal()

Properties

callListener CallListener?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holdStateListener HoldStateListener?
getter/setter pair
incomingCallListener IncomingCallListener?
getter/setter pair
registerListener RegisterListener?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroy() → void
enableSpeaker(bool enable) → void
endCall() → void
getVersion() Future<String>
hold() → void
init() → void
mute(bool enable) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickUpCall(bool isVideo) → void
register(String username, String password, String domain, bool isStunEnabled) → void
setLicense(String userId, String key) → void
startCall(String number, bool isVideo) → void
startRecord() → void
stopRecord() → void
toString() String
A string representation of this object.
inherited
transferCall(String number) → void
unregister() → void

Operators

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

Static Properties

wrapper SipWrapper
final