sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.42k stars 431 forks source link

Avoid Crash in RtpIceChannel and set RemoteRtpEvent PayloadID to 0 for VideoStream #1065

Closed ChristopheI closed 7 months ago

ChristopheI commented 7 months ago

RtpIceChannel: Check closed status in methods called by a timer.

VideoStream: No RtpEvent are expected in VideoStream. So set this PayloadId to 0.