/// <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; }