Базовая версия голосовых сообщений и аудиоплеер. Кодирование OPUS
This commit is contained in:
@@ -17,6 +17,8 @@ export const constructLastMessageTextByAttachments = (attachment: string) => {
|
||||
return "$a=Avatar";
|
||||
case AttachmentType.CALL:
|
||||
return "$a=Call";
|
||||
case AttachmentType.VOICE:
|
||||
return "$a=Voice message";
|
||||
default:
|
||||
return "[Unsupported attachment]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user