Added the SFU Media Demo. Fixed copyrights. Moved RTP stuff back into an header file :)

This commit is contained in:
Staz M
2020-09-22 12:43:07 -04:00
parent ddf71ffdac
commit f461a40a6d
9 changed files with 572 additions and 304 deletions

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2020 Staz M
* Copyright (c) 2020 Staz Modrzynski
* Copyright (c) 2020 Paul-Louis Ageneau
*
* This library is free software; you can redistribute it and/or
@ -23,11 +23,10 @@
#include "include.hpp"
#include "log.hpp"
#include "message.hpp"
#include "rtp.hpp"
namespace rtc {
typedef uint32_t SSRC;
class RtcpHandler {
public:
virtual void onOutgoing(std::function<void(rtc::message_ptr)> cb) = 0;