Method | Description | |
---|---|---|
Form1 ( ) : System |
THIS APPLICATION NEEDS RUN THIS APPLICATION NEEDS TO RUN ON 2 DIFFERENT PCS (OR Virtual Machines) OR CAN BE USED IN CALLBACK mode by using the local ip when placing a call This is a simple demo which uses basic settings For help email us at [email protected]
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
Form1_Load ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCall_Click ( object sender, EventArgs e ) : void | ||
btnHangUp_Click ( object sender, EventArgs e ) : void | ||
ics_CannotRunGraph ( ) : void | ||
ics_ClientDisconnected ( object sender, string ipAddress, int port ) : void | ||
ics_IncomingCall ( object sender, string authenticationData, int socketHandle, string callbackid, string callbackipaddress, int callbackvideoport, int callbackaudiotcpport, int callbackaudiudpport ) : void | ||
ics_VideoPreviewStarted ( int videoWidth, int videoHeight, string deviceName ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |