C# Class WebRTCVideoServer.WebRTCDaemon

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
AddTimeStampAndLocation ( System image, string timeStamp, string locationText ) : void
BitmapToRGB24 ( Bitmap bitmap ) : byte[]
PeerClosed ( string callID ) : void
SendTestPattern ( ) : void
WebRtcAnswerReceived ( string webSocketID, string sdpAnswer ) : void
WebRtcStartCall ( WebSocketSharp context, string webSocketID ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void