mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Added RTCP Sessions; Added copy/paste example demo to use in the browser
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user