feat(calls): Тяжело...... Звонки. Вроде полностью. Почти.
This commit is contained in:
@@ -107,6 +107,7 @@ abstract class Opcode {
|
||||
static const int videoChatStartActive = 78; // Инициация активного звонка
|
||||
static const int videoChatHistory = 79; // История звонков
|
||||
static const int videoChatCreateJoinLink = 84; // Ссылка для входа в видеочат
|
||||
static const int videoChatJoinByLink = 166; // Вход в звонок по ссылке
|
||||
static const int videoChatMembers = 195; // Участники видеочата
|
||||
static const int getInboundCalls = 103; // Входящие звонки
|
||||
|
||||
@@ -288,6 +289,7 @@ abstract class Opcode {
|
||||
videoChatStartActive: 'VIDEO_CHAT_START_ACTIVE',
|
||||
videoChatHistory: 'VIDEO_CHAT_HISTORY',
|
||||
videoChatCreateJoinLink: 'VIDEO_CHAT_CREATE_JOIN_LINK',
|
||||
videoChatJoinByLink: 'VIDEO_CHAT_JOIN_BY_LINK',
|
||||
videoChatMembers: 'VIDEO_CHAT_MEMBERS',
|
||||
getInboundCalls: 'GET_INBOUND_CALLS',
|
||||
photoUpload: 'PHOTO_UPLOAD',
|
||||
|
||||
Reference in New Issue
Block a user