V2TimSignalingInfo
Introduction
The instance of signal.
Parameter introduction
inviteID
- Parameter type : string
- Parameter description : The ID of the invitee.
inviter
- Parameter type : string
- Parameter description : The ID of the inviter.
inviteeList
- Parameter type : []
- Parameter description : The list of IDs of the invitees.
groupID
- Parameter type : string
- Parameter description : The ID of the group been invited.
data
- Parameter type : string
- Parameter description : The data of the invitation.
timeout
- Parameter type : number
- Parameter description : The timeout duration for the invitation.
actionType
- Parameter type : number
- 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 : boolean
- Parameter description : Is only invite only users.
offlinePushInfo
- Parameter type : V2TimOfflinePushInfo
- Parameter description : The offline push configuration.