Commit fbc2382e by qlintonger xeno

对接关闭成功,准备对接agora_call的有关内容,这里还好。记得要操作redis以及本地的string+1

parent 8280ed12
...@@ -40,7 +40,7 @@ pub async fn insert_this_connection( ...@@ -40,7 +40,7 @@ pub async fn insert_this_connection(
.get_connection() .get_connection()
.expect("Failed to get Redis connection"); .expect("Failed to get Redis connection");
let device_id = params.get("deviceId").cloned().unwrap_or_default(); let device_id = params.get("deviceID").cloned().unwrap_or_default();
let from_name = params.get("fromName").cloned().unwrap_or_default(); let from_name = params.get("fromName").cloned().unwrap_or_default();
// 按照结构体OnlineUserMessage的格式构造用户信息字符串,用逗号拼接即可 // 按照结构体OnlineUserMessage的格式构造用户信息字符串,用逗号拼接即可
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment