private void OnListenerFailed(object sender, FailedEventArgs args) { this.plugin.QueueAction(() => { Debug.Log("RealtimeVideoServer::OnListenerFailed"); this.CurrentState = ServerState.Failed; }); }
private void OnConnectorFailed(object sender, FailedEventArgs args) { this.plugin.QueueAction(() => { Debug.Log("RealtimeVideoPlayer::OnConnectorFailed"); this.PlayerState = PlaybackState.None; StopConnector(); }); }