Example #1
0
 private void DisconnectButton_TouchUpInside(object sender, EventArgs e)
 {
     _webRtcClient.Disconnect();
 }
Example #2
0
 private void DisconnectButton(object sender, EventArgs e)
 {
     _webRtcClient.Disconnect();
 }