mediasoup-sys 0.12.2

FFI bindings to C++ libmediasoup-worker
Documentation
1
2
3
4
5
6
7
8
9
10
11
#include "RTC/RTCP/FuzzerBye.hpp"

void FuzzerRtcRtcpBye::Fuzz(RTC::RTCP::ByePacket* packet)
{
	packet->Serialize(RTC::RTCP::SerializationBuffer);
	packet->GetCount();
	packet->GetSize();
	packet->AddSsrc(1111);
	packet->SetReason("because!");
	packet->GetReason();
}