V2TIMSignalingManager class Manager

提供了信令操作相关接口

addSignalingListener添加信令监听

removeSignalingListener移除信令监听

invite邀请某个人

inviteInGroup邀请群内的某些人

cancel邀请方取消邀请

accept接收方接收邀请

reject接收方拒绝邀请

getSignalingInfo获取信令信息

addInvitedSignaling添加邀请信令(可以用于群离线推送消息触发的邀请信令)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

accept({String inviteID, String data}) Future<V2TimCallback>
addSignalingListener(Function listener) → void
添加信令监听
cancel({String inviteID, String data}) Future<V2TimCallback>
invite({String invitee, String data, int timeout}) Future<V2TimCallback>
inviteInGroup({String groupID, List<String> inviteeList, String data, int timeout}) Future<V2TimCallback>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
reject({String inviteID, String data}) Future<V2TimCallback>
removeSignalingListener(Function listener) → void
移除信令监听
toString() String
Returns a string representation of this object.
inherited

Operators

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