Exemplo n.º 1
0
 /// <summary>
 /// The call audio output device has changed
 /// </summary>
 public virtual void OnCallAudioRouteChanged(CallAudioRoute newRoute)
 {
     // Note, this call is called on some IPC thread - dispatch to the UI thread before doing anything else
     // For now, nothing to be done here
 }
Exemplo n.º 2
0
 /// <summary>
 /// The call audio output device has changed
 /// </summary>
 public virtual void OnCallAudioRouteChanged(CallAudioRoute newRoute)
 {
     // Note, this call is called on some IPC thread - dispatch to the UI thread before doing anything else
     // For now, nothing to be done here
 }