Skip to content

Instantly share code, notes, and snippets.

@ben-xD
ben-xD / direct_apns.sh
Created September 22, 2021 04:10
Direct APNs Push Notifications
#!/usr/bin/env bash
# your team id located in the developer portal
TEAMID="replace"
@sipsorcery
sipsorcery / program.cs
Created October 27, 2020 12:09
SIPSorcery: Manually connect RTPSession to Audio Source
using System;
using System.Threading;
using System.Threading.Tasks;
using SIPSorcery.Media;
using SIPSorcery.Net;
using SIPSorcery.SIP;
using SIPSorcery.SIP.App;
using SIPSorceryMedia.Abstractions.V1;
namespace CustomAudioSession