aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.WebRTC/Offer.cs
blob: 7e8f736c27dae7e2e5a9cf3cab0d2e220c9c65a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.WebRTC
{
    public class Offer
    {
        public String Sdp { get; set; }
    }
}