RemoteDiagnostics interface
Notes
Ce API est en version bêta et est fourni en tant qu’aperçu pour les développeurs et il peut être modifié en fonction des commentaires que nous avons reçus. N’utilisez pas cet API dans un environnement de production.
Diagnostics distants
Méthodes
get |
Obtenir les derniers diagnostics distants connus |
off("diagnostic |
Fonction de désabonnement pour les événements diagnosticChanged |
on("diagnostic |
Fonction Subscribe pour l’événement diagnosticChanged |
Détails de la méthode
getLatest()
Obtenir les derniers diagnostics distants connus
function getLatest(): RemoteParticipantDiagnosticsData
Retours
off("diagnosticChanged", (args: RemoteParticipantDiagnosticsData) => void)
Fonction de désabonnement pour les événements diagnosticChanged
function off(event: "diagnosticChanged", listener: (args: RemoteParticipantDiagnosticsData) => void)
Paramètres
- event
-
"diagnosticChanged"
nom de l’événement
- listener
-
(args: RemoteParticipantDiagnosticsData) => void
rappel fn utilisé pour se désabonner de cet événement
on("diagnosticChanged", (args: RemoteParticipantDiagnosticsData) => void)
Fonction Subscribe pour l’événement diagnosticChanged
function on(event: "diagnosticChanged", listener: (args: RemoteParticipantDiagnosticsData) => void)
Paramètres
- event
-
"diagnosticChanged"
nom de l’événement
- listener
-
(args: RemoteParticipantDiagnosticsData) => void
rappel fn qui sera appelé lorsqu’un diagnostic a changé