Added RTCP Sessions; Added copy/paste example demo to use in the browser

This commit is contained in:
Staz M
2020-08-16 21:01:44 -04:00
parent fcd4228b56
commit 07abd640fd
11 changed files with 662 additions and 212 deletions

View File

@ -103,7 +103,8 @@ public:
// Media
bool hasMedia() const;
void sendMedia(const binary &packet);
void sendMedia(const byte *packet, size_t size);
void sendMedia(const byte *packet, size_t size);
void sendMedia(rtc::message_ptr ptr);
void onMedia(const std::function<void(rtc::message_ptr)>& callback);