Add telephone-event payload type#2071
Conversation
|
Jenkins, test this please |
|
I'm not sure I quite understand the use case - how are you relating the payload types to the pcap capture? |
|
Hi, thanks for your contribution! |
|
I'll create another draft PR for colibri initiated pcap capture where the use case will become clear, but I wanted to separate changes that can easily become part of the jitsi mainstream as being generic in nature vs changes that are less likely to make it. |
|
@JonathanLennox please take a look at #2072 where the changes in this PR are used to generate a payload map such as instead of |
|
Essentially generating pcap files is not very useful unless there is metadata associated with the pcap file and describing the different payload types captured in the RTP packets. @JonathanLennox I hope this explains the rationale for this PR. Please review. |
The "telephone-event" payload type is currently mapped to OTHER payload type.
This PR introduces TELEPHONE_EVENT payload type and maps "telephone-event" to TELEPHONE_EVENT.
This allows to have more accurate payload type map for PCAP capture functionality and debugging.