mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
differ between webrtc-instance-pattern and webrtc-rooms generated from that
This commit is contained in:
@@ -1638,7 +1638,7 @@ pub async fn send_videochat_invitation(context: &Context, chat_id: ChatId) -> Re
|
||||
};
|
||||
|
||||
let mut msg = Message::new(Viewtype::VideochatInvitation);
|
||||
msg.param.set(Param::WebrtcInstance, &instance);
|
||||
msg.param.set(Param::WebrtcRoom, &instance);
|
||||
msg.text = Some(
|
||||
context
|
||||
.stock_string_repl_str(
|
||||
|
||||
Reference in New Issue
Block a user