InvitationInfo class

Constructors

InvitationInfo({String? inviterUserID, List<String>? inviteeUserIDList, String? groupID, String? roomID, int? timeout, int? initiateTime, String? mediaType, int? sessionType, int? platformID})
InvitationInfo.fromJson(Map<String, dynamic> json)

Properties

groupID String?
如果是单聊,为""
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initiateTime int?
发起时间
getter/setter pair
inviteeUserIDList List<String>?
被邀请者UserID列表,如果是单聊只有一个元素
getter/setter pair
inviterUserID String?
邀请者UserID
getter/setter pair
mediaType String?
video 或者 audio
getter/setter pair
platformID int?
平台Platform
getter/setter pair
roomID String?
房间ID,必须唯一,可以不设置。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionType int?
ConversationType1为单聊,2为群聊
getter/setter pair
timeout int?
邀请超时时间(秒)
getter/setter pair

Methods

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

Operators

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