添加音视频发送信息

This commit is contained in:
bobobobo
2026-02-09 02:10:27 +08:00
parent bed88896f8
commit eb57bfb6b4
8 changed files with 1147 additions and 901 deletions

View File

@@ -23,7 +23,11 @@ export const CHAT_MSG_CUSTOM_TYPE = {
/** 商品详情 */
GOODS: "goods",
/** 直播 */
LIVE: "live"
LIVE: "live",
/** 语音通话 */
VOICE_CALL: "voiceCall",
/** 视频通话 */
VIDEO_CALL: "videoCall",
};
export const DIALOG_CONTENT = {