VoipCallCoordinator.MuteStateChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsque le status de sourdine pour l’appel téléphonique change.
// Register
event_token MuteStateChanged(TypedEventHandler<VoipCallCoordinator, MuteChangeEventArgs const&> const& handler) const;
// Revoke with event_token
void MuteStateChanged(event_token const* cookie) const;
// Revoke with event_revoker
VoipCallCoordinator::MuteStateChanged_revoker MuteStateChanged(auto_revoke_t, TypedEventHandler<VoipCallCoordinator, MuteChangeEventArgs const&> const& handler) const;
public event TypedEventHandler<VoipCallCoordinator,MuteChangeEventArgs> MuteStateChanged;
function onMuteStateChanged(eventArgs) { /* Your code */ }
voipCallCoordinator.addEventListener("mutestatechanged", onMuteStateChanged);
voipCallCoordinator.removeEventListener("mutestatechanged", onMuteStateChanged);
- or -
voipCallCoordinator.onmutestatechanged = onMuteStateChanged;
Public Custom Event MuteStateChanged As TypedEventHandler(Of VoipCallCoordinator, MuteChangeEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
voipCall
|