mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-09-01 14:49:25 +00:00
Fixed rtcReceiveMessage() and refactor C API buffer handling
This commit is contained in:
@ -66,6 +66,7 @@ public:
|
||||
|
||||
// Extended API
|
||||
std::optional<message_variant> receive() override;
|
||||
std::optional<message_variant> peek() override;
|
||||
size_t availableAmount() const override; // total size available to receive
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user