mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
add videochat-type "jitsi"
this pr allows prefixing custom jitsi urls with `jitsi:` so that clients have a chance to detect these custom instances and may start the corresponding app.
This commit is contained in:
@@ -89,6 +89,7 @@ impl Default for KeyGenType {
|
||||
pub enum VideochatType {
|
||||
Unknown = 0,
|
||||
BasicWebrtc = 1,
|
||||
Jitsi = 2,
|
||||
}
|
||||
|
||||
impl Default for VideochatType {
|
||||
|
||||
Reference in New Issue
Block a user