Skip to content

Commit

Permalink
Add a flag for private address connectivity. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Sep 13, 2023
1 parent fc073fb commit c88e006
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ public class Capability extends AbstractPacketExtension
*/
public static final String CAP_SSRC_REWRITING_SUPPORT = "ssrc-rewriting";

/**
* The endpoint supports ICE connections via private addresses.
*/
public static final String CAP_PRIVATE_ADDRESS_CONNECTIVITY = "private-address-connectivity";

/**
* Creates an {@link Capability} instance.
*/
Expand Down

0 comments on commit c88e006

Please sign in to comment.