void Start() { if (AutoStart) { StartRecorder((UInt16)OpenRelayClient.Player.ID, OpenRelayClient.AllocateObjectId(), PreferMicrophoneIndex); } }
void Start() { if (AutoStart) { StartRecorder((UInt16)OpenRelayClient.Player.ID, OpenRelayClient.AllocateObjectId()); } }
void Start() { OpenRelayClient.OnSyncStreamCall += delegate { }; if (AutoStart) { StartPlayer((UInt16)OpenRelayClient.Player.ID, OpenRelayClient.AllocateObjectId()); } }