ZIMCallInfo class

Call invitation information. callID Call invite ID. caller Call invitation initiator ID. mode Call invitation mode. state Call invitation status. extendedData Create a call invitation additional information. createTime Call invites to create a timestamp. endTime Call invitation end time. callUserList The list of call member.

Constructors

ZIMCallInfo()

Properties

caller String
getter/setter pair
callID String
getter/setter pair
callUserList List<ZIMCallUserInfo>
getter/setter pair
createTime int
getter/setter pair
endTime int
getter/setter pair
extendedData String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode ZIMCallInvitationMode
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ZIMCallState
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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