示例#1
0
 public void SwitchCamera()
 {
     PeerConnectionClient?.SwitchCamera();
 }
示例#2
0
 public void ChangeCaptureFormat(int width, int height, int framerate)
 {
     PeerConnectionClient?.ChangeCaptureFormat(width, height, framerate);
 }
示例#3
0
 public void SetVideoEnabled(bool enable)
 {
     PeerConnectionClient?.SetVideoEnabled(enable);
 }