@@ -0,0 +1,8 @@
+//
+// Created by staz on 8/12/20.
+
+#ifndef WEBRTC_SERVER_RTP_HPP
+#define WEBRTC_SERVER_RTP_HPP
+#endif //WEBRTC_SERVER_RTP_HPP
@@ -112,8 +112,7 @@ bool DtlsSrtpTransport::sendMedia(message_ptr message) {
}
message->resize(size);
- outgoing(message);
- return true;
+ return DtlsTransport::send(message);
void DtlsSrtpTransport::incoming(message_ptr message) {