Adds the new jingle actions from Jitsi Meet.

fix-message-formatting
Boris Grozev 12 years ago
parent ab3aba4344
commit 28d6f2bc64

@ -163,7 +163,17 @@ public enum JingleAction
/**
* The "removesource" action used in Jitsi-Meet.
*/
REMOVESOURCE("removesource");
REMOVESOURCE("removesource"),
/**
* The "source-add" action used in Jitsi-Meet.
*/
SOURCEADD("source-add"),
/**
* The "source-remove" action used in Jitsi-Meet.
*/
SOURCEREMOVE("source-remove");
/**
* The name of this direction.

Loading…
Cancel
Save