You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-numeric payload types can be present in the "media" field, for example, the type t38 will be specified for fax (m=image 15002 udptl t38). In this case, calling the function std::vector<int> parsePayloads(const std::string& str) will crash.
The text was updated successfully, but these errors were encountered:
Non-numeric payload types can be present in the "media" field, for example, the type t38 will be specified for fax
(m=image 15002 udptl t38
). In this case, calling the functionstd::vector<int> parsePayloads(const std::string& str)
will crash.The text was updated successfully, but these errors were encountered: