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