WindowsPhone.Conference.WebRTC.Signalling.SendCandidate C# (CSharp) Method

SendCandidate() private method

private SendCandidate ( LinkCandidateArgs e ) : void
e LinkCandidateArgs
return void
        private void SendCandidate(LinkCandidateArgs e)
        {
            WebSyncClient.Notify(new NotifyArgs(new Guid(e.PeerId), e.Candidate.ToJson(), "candidate:" + SessionId));
        }