Skip to content

Commit

Permalink
add jingle action source-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jbg committed Jun 17, 2023
1 parent a3c567d commit fdeeac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jitsi-xmpp-parsers/src/jingle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ generate_attribute!(

/// Add a source to existing content.
SourceAdd => "source-add",

/// Remove a source from existing content.
SourceRemove => "source-remove",
}
);

Expand Down

0 comments on commit fdeeac7

Please sign in to comment.