mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-24 16:09:22 +00:00
Added the SFU Media Demo. Fixed copyrights. Moved RTP stuff back into an header file :)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user