C# Class WebRTCVideoServer.WebRTCDaemon

Mostrar archivo Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Private Methods

Method 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 method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void