BFCP parsing
#262
-
Hello! Can the pyVoIP to parse the BFCP section from SDP? |
Beta Was this translation helpful? Give feedback.
Answered by
alvicald
Jun 7, 2024
Replies: 1 comment
-
class RTPProtocol(Enum): I think, no :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alvicald
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
class RTPProtocol(Enum):
UDP = "udp"
AVP = "RTP/AVP"
SAVP = "RTP/SAVP"
I think, no :)