TdSipObserver class abstract

Constructors

TdSipObserver()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tdSipCallBusy() → void
呼叫忙碌
tdSipDidCallEnd() → void
呼叫或通话结束
tdSipDidCallOut() → void
成功呼出
tdSipDidReceiveCallForID(String sipID) → void
收到呼叫("sipID">呼叫方的sipID)
tdSipLoginStatus(TDSipLoginStatus status) → void
登录状态更新
tdSipStreamsDidBeginRunning() → void
收到视频音频流
toString() String
A string representation of this object.
inherited

Operators

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