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:
B. Petersen
2020-07-30 22:53:36 +02:00
parent 4e797037c4
commit c5c1cfd5e8
3 changed files with 18 additions and 12 deletions

View File

@@ -89,6 +89,7 @@ impl Default for KeyGenType {
pub enum VideochatType {
Unknown = 0,
BasicWebrtc = 1,
Jitsi = 2,
}
impl Default for VideochatType {