Searched refs:IsSctpProtocol (Results 1 – 4 of 4) sorted by relevance
31 bool IsSctpProtocol(const std::string& protocol);
51 bool IsSctpProtocol(const std::string& protocol) { in IsSctpProtocol() function
379 RTC_DCHECK(IsSctpProtocol(protocol)); in set_protocol()
423 if (IsSctpProtocol(content_description->protocol())) { in AddStreamParams()