V2TimSignalingInfo
Introduction
The instance of signal.
Parameter introduction
inviteID
Parameter type : String
Supported Platform: All
- Parameter description : The ID of the invitee.
inviter
Parameter type : String
Supported Platform: All
- Parameter description : The ID of the inviter.
inviteeList
Parameter type : List< dynamic >
Supported Platform: All
- Parameter description : The list of IDs of the invitees.
groupID
Parameter type : String
Supported Platform: All
- Parameter description : The ID of the group been invited.
data
Parameter type : String
Supported Platform: All
- Parameter description : The data of the invitation.
timeout
Parameter type : int
Supported Platform: All
- Parameter description : The timeout duration for the invitation.
actionType
Parameter type : int
Supported Platform: All
- Parameter description : The action type for the invitation.
1: Inviter made an invitation.
2: Inviter canceled the invitation.
3: Invitee accepted the invitation.
4: Invitee refused the invitation.
5: Invitation timed out.
isOnlineUserOnly
Parameter type : bool
Supported Platform: All
- Parameter description : Is only invite only users.
offlinePushInfo
Parameter type : V2TimOfflinePushInfo
Supported Platform: All
- Parameter description : The offline push configuration.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.