/// <summary>
 /// Used for logging troubleshooting information in our UI.
 /// Set this value before calling ActivateCamera() / ActivateMicrophone()
 /// </summary>
 public void SetLogger(AVLogger log)
 {
     this.log = log;
 }
Пример #2
0
 /// <summary>
 /// Used for logging troubleshooting information in our UI.
 /// Set this value before calling ActivateCamera() / ActivateMicrophone()
 /// </summary>
 public void SetLogger(AVLogger log)
 {
     this.log = log;
 }