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