From 965dac5ff9eb2e0c97ebe6490276ed7897b68fbb Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Mon, 14 Mar 2022 15:14:14 +0800 Subject: [PATCH] constant --- pkg/common/constant/constant.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/common/constant/constant.go b/pkg/common/constant/constant.go index 7e1971c64..d89ae677c 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -77,7 +77,11 @@ const ( MemberKickedNotification = 1508 MemberInvitedNotification = 1509 MemberEnterNotification = 1510 - NotificationEnd = 2000 + + SignalingNotificationBegin = 1600 + SignalingNotification = 1601 + SignalingNotificationEnd = 1699 + NotificationEnd = 2000 //MsgFrom UserMsgType = 100