void OnConnectionDestroyed(object sender, Session.ConnectionDestroyedEventArgs e) => BaseOpenTokService.Current?.EndSession();
Beispiel #2
0
 private void OnConnectionDestroyed(object sender, Session.ConnectionDestroyedEventArgs e)
 {
     EndSession();
 }
Beispiel #3
0
 private void OnConnectionDestroyed(object sender, Session.ConnectionDestroyedEventArgs e)
 => RaiseSubscriberUpdated();
 private void OnConnectionDestroyed(object sender, Session.ConnectionDestroyedEventArgs e) => EndSession(true, true);