C# Class WindowsPhone.Conference.WebRTC.Signalling

Exibir arquivo Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
Attach ( FM conference, string sessionId, Action callback ) : void
Detach ( Action callback ) : void
Signalling ( string websyncServerUrl ) : System
Start ( Action callback ) : void
Stop ( Action callback ) : void

Private Methods

Method Description
ReceiveOfferAnswerOrCandidate ( NotifyReceiveArgs e ) : void
SendCandidate ( LinkCandidateArgs e ) : void
SendOfferAnswer ( LinkOfferAnswerArgs e ) : void

Method Details

Attach() public method

public Attach ( FM conference, string sessionId, Action callback ) : void
conference FM
sessionId string
callback Action
return void

Detach() public method

public Detach ( Action callback ) : void
callback Action
return void

Signalling() public method

public Signalling ( string websyncServerUrl ) : System
websyncServerUrl string
return System

Start() public method

public Start ( Action callback ) : void
callback Action
return void

Stop() public method

public Stop ( Action callback ) : void
callback Action
return void