BFCP parsing
#262
|
Hello! Can the pyVoIP to parse the BFCP section from SDP? |
Answered by
alvicald
Jun 7, 2024
Replies: 1 comment
|
class RTPProtocol(Enum): I think, no :) |
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 :)