Hey all,
I am seeing an issue on Ubuntu 22.04 when attempting to initialize ffmpeg. The exception is
```
Unhandled exception. Unhandled exception. System.NotSupportedException: Specified metho...
Hi,
I have a scenario in which I have a requesting Peer A and a providing Peer B.
Peer A is sending an offer such that it wants video to be `recvonly` and audio to be `inactive`.
The descr...
> Try adding an inactive audio track to your peer connection:
>
> ```
> MediaStreamTrack audioTrack = new MediaStreamTrack(new List<AudioFormat> { new AudioFormat(SDPWellKnownMediaFormatsEnum.P...
Hi,
I have a scenario in which I have a requesting Peer A and a providing Peer B.
Peer A is sending an offer such that it wants video to be `recvonly` and audio to be `inactive`.
The descr...