V2TimSignalingInfo constructor
V2TimSignalingInfo({})
Implementation
V2TimSignalingInfo({
required this.inviteID,
required this.inviter,
required this.inviteeList,
required this.actionType,
required this.businessID,
required this.isOnlineUserOnly,
required this.offlinePushInfo,
this.groupID,
this.data,
this.timeout,
});