Method | Description | |
---|---|---|
Form1 ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnJoinChannel_Click ( object sender, |
||
chkEnablePreview_CheckedChanged ( object sender, |
||
chkEnableVideo_CheckedChanged ( object sender, |
||
chkMuteAudio_CheckedChanged ( object sender, |
||
chkMuteVideo_CheckedChanged ( object sender, |
||
onApiCallExecuted ( String api, int result ) : void | ||
onFirstRemoteVideoDecoded ( uint uid, int width, int height, int elapsed ) : void | ||
onJoinChannelSuccess ( String channel, uint uid, int elapsed ) : void | ||
onLeaveChannel ( uint duration, uint txBytes, uint rxBytes ) : void | ||
onRejoinChannelSuccess ( String channel, uint uid, int elapsed ) : void | ||
runOnUIThread ( MethodInvoker method ) : void | ||
setupRtcEngine ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |