New some function

This commit is contained in:
hrxiang
2022-03-31 11:08:11 +08:00
parent e009224256
commit 197f0b482f
14 changed files with 116 additions and 3 deletions

View File

@@ -50,6 +50,11 @@ class MessageType {
static const dismissGroupNotification = 1511;
static const groupNotificationEnd = 1599;
static const groupMemberMutedNotification = 1512;
static const groupMemberCancelMutedNotification = 1513;
static const groupMutedNotification = 1514;
static const groupCancelMutedNotification = 1515;
static const signalingNotificationBegin = 1600;
static const signalingNotification = 1601;
static const signalingNotificationEnd = 1699;