C# Class WindowsPhone.Conference.WebRTC.Signalling

Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ReceiveOfferAnswerOrCandidate ( NotifyReceiveArgs e ) : void
SendCandidate ( LinkCandidateArgs e ) : void
SendOfferAnswer ( LinkOfferAnswerArgs e ) : void

Method Details

Attach() public méthode

public Attach ( FM conference, string sessionId, Action callback ) : void
conference FM
sessionId string
callback Action
Résultat void

Detach() public méthode

public Detach ( Action callback ) : void
callback Action
Résultat void

Signalling() public méthode

public Signalling ( string websyncServerUrl ) : System
websyncServerUrl string
Résultat System

Start() public méthode

public Start ( Action callback ) : void
callback Action
Résultat void

Stop() public méthode

public Stop ( Action callback ) : void
callback Action
Résultat void