feat(calls): Тяжело...... Звонки. Вроде полностью. Почти.

This commit is contained in:
Jganenok
2026-06-12 22:19:57 +07:00
parent f22d830dfe
commit afbfa33b99
14 changed files with 1341 additions and 70 deletions
+2
View File
@@ -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',