Exemplo n.º 1
0
 public void SwitchCamera()
 {
     PeerConnectionClient?.SwitchCamera();
 }
Exemplo n.º 2
0
 public void SetAudioEnabled(bool enable)
 {
     PeerConnectionClient?.SetAudioEnabled(enable);
 }
Exemplo n.º 3
0
 public void ChangeCaptureFormat(int width, int height, int framerate)
 {
     PeerConnectionClient?.ChangeCaptureFormat(width, height, framerate);
 }