Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sipsorcery pushed 1 commit to openai-debate sipsorcery-org/sipsorcery
- Got the conversation trrigger from a data channel message working. a224814
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I don't know about adding events for DNS resolutions. That could get very noisy and there are already other libraries that can do that. I had a quick look and perhaps this [log message](https://...
sipsorcery pushed 1 commit to openai-debate sipsorcery-org/sipsorcery
- wip: opeanai datachannel controls. c03484a
grondinjc opened an issue on sipsorcery-org/sipsorcery
Exposing original uri of a stun/turn flows
Hello, I am trying to correlate which IceServer was leveraged to resolve a server reflexive candidate or a relay candidate. That would allow me to make reliability stats. Currently, the RtpIceCh...sipsorcery created a branch on sipsorcery-org/sipsorcery
openai-debate - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
OnDtmfTone event when incomingcall
If the OnDtmfTone event is not triggered after an incoming call, the ONDTMFTONE event is triggered after an outgoing call. `var audioSource = AudioSourcesEnum.None; var codecs = new List<AudioCod...sipsorcery closed an issue on sipsorcery-org/sipsorcery
OnDtmfTone event when incomingcall
If the OnDtmfTone event is not triggered after an incoming call, the ONDTMFTONE event is triggered after an outgoing call. `var audioSource = AudioSourcesEnum.None; var codecs = new List<AudioCod...sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Fixed RTP event negotiation to set common ID if remote party is not using 101. Resolves #1251. (#1280) befb54d
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Fixed RTP event negotiation to set common ID if remote party is not using 101
Resolves #1251.sipsorcery created a branch on sipsorcery-org/sipsorcery
sdp-dtmf-negotiate-fix - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery created a review comment on a pull request on sipsorcery-org/sipsorcery
if(separator != null) is a lot clearer here.
sipsorcery created a review on a pull request on sipsorcery-org/sipsorcery
The HexStr method is only used fo deug/diagnostic purposes so clarity is more relevant than optimisation. Still, happy to if the "separator is { } s" expression can be simplified.
sipsorcery created a review on a pull request on sipsorcery-org/sipsorcery
The HexStr method is only used fo deug/diagnostic purposes so clarity is more relevant than optimisation. Still, happy to if the "separator is { } s" expression can be simplified.
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Adjustments for ffmpeg file processing fixes. (#1279) * Adjustments for ffmpeg file processing fixes. * Removed f... dedc327
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Adjustments for ffmpeg file processing fixes.
sipsorcery pushed 1 commit to ffmpeg-fixes sipsorcery-org/sipsorcery
- Updated the ffmpeg nuget version in the mp4 demo. bed4f6e
sipsorcery pushed 1 commit to ffmpeg-fixes sipsorcery-org/sipsorcery
- Removed ffmpeg project reference from webrtc examples. 9dd3fe4
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Adjustments for ffmpeg file processing fixes.
sipsorcery created a branch on sipsorcery-org/sipsorcery
ffmpeg-fixes - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.