Meeting Classe
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. transcription. Meeting
- com.
Implémente
public final class Meeting
implements java.lang.AutoCloseable
Effectue la gestion des réunions, y compris l’ajout et la suppression de participants. Remarque : close() doit être appelé pour libérer les ressources sous-jacentes détenues par l’objet .
Récapitulatif du constructeur
Modificateur | Constructeur | Description |
---|---|---|
protected | Meeting(long handleValue) |
Constructeur protégé |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
java.util.concurrent.Future<Participant> |
addParticipantAsync(Participant participant)
Ajoutez un participant à une réunion à l’aide d’un objet participant. |
java.util.concurrent.Future<User> |
addParticipantAsync(User user)
Ajouter un participant à une réunion à l’aide d’un objet utilisateur. |
java.util.concurrent.Future<Participant> |
addParticipantAsync(String userId)
Ajoutez un participant à une réunion à l’aide de l’ID de l’utilisateur. |
void |
close()
Supprimer les ressources associées. |
static java.util.concurrent.Future<Meeting> |
createMeetingAsync(SpeechConfig speechConfig)
Initialise une nouvelle instance de réunion. |
static java.util.concurrent.Future<Meeting> |
createMeetingAsync(SpeechConfig speechConfig, String meetingId)
Initialise une nouvelle instance de réunion. |
java.util.concurrent.Future<java.lang.Void> |
deleteMeetingAsync()
Supprimer une réunion. |
protected void |
dispose(boolean disposing)
PROTÉGÉ |
java.util.concurrent.Future<java.lang.Void> |
endMeetingAsync()
Mettre fin à une réunion. |
java.lang.String |
getAuthorizationToken()
Obtient le jeton d’autorisation utilisé pour communiquer avec le service. |
Safe |
getImpl()
Retourne l’implémentation de la communication. |
java.lang.String |
getMeetingId()
Obtient l’ID de réunion. |
Property |
getProperties()
Collection de propriétés et leurs valeurs définies pour cette réunion. |
java.util.concurrent.Future<java.lang.Void> |
lockMeetingAsync()
Verrouillez une réunion. |
java.util.concurrent.Future<java.lang.Void> |
muteAllParticipantsAsync()
Désactivez tous les autres participants à la réunion. |
java.util.concurrent.Future<java.lang.Void> |
muteParticipantAsync(String userId)
Désactiver le son d’un participant. |
java.util.concurrent.Future<java.lang.Void> |
removeParticipantAsync(Participant participant)
Supprimer un participant d’une réunion à l’aide d’un objet participant. |
java.util.concurrent.Future<java.lang.Void> |
removeParticipantAsync(User user)
Supprimer un participant d’une réunion à l’aide d’un objet utilisateur. |
java.util.concurrent.Future<java.lang.Void> |
removeParticipantAsync(String userId)
Supprimer un participant d’une réunion à l’aide d’un ID utilisateur. |
void |
setAuthorizationToken(String token)
Définit le jeton d’autorisation utilisé pour communiquer avec le service. |
java.util.concurrent.Future<java.lang.Void> |
startMeetingAsync()
Démarrez une réunion. |
java.util.concurrent.Future<java.lang.Void> |
unlockMeetingAsync()
Déverrouille une réunion. |
java.util.concurrent.Future<java.lang.Void> |
unmuteAllParticipantsAsync()
Réactivez tous les autres participants à la réunion. |
java.util.concurrent.Future<java.lang.Void> |
unmuteParticipantAsync(String userId)
Réactivez un participant. |
Méthodes héritées de java.lang.Object
Détails du constructeur
Meeting
protected Meeting(long handleValue)
Constructeur protégé
Parameters:
Détails de la méthode
addParticipantAsync
public Future
Ajoutez un participant à une réunion à l’aide d’un objet participant.
Parameters:
Returns:
addParticipantAsync
public Future
Ajouter un participant à une réunion à l’aide d’un objet utilisateur.
Parameters:
Returns:
addParticipantAsync
public Future
Ajoutez un participant à une réunion à l’aide de l’ID de l’utilisateur.
Parameters:
Returns:
close
public void close()
Supprimer les ressources associées. Remarque : close() doit être appelé pour libérer les ressources sous-jacentes détenues par l’objet .
createMeetingAsync
public static Future
Initialise une nouvelle instance de réunion.
Parameters:
Returns:
createMeetingAsync
public static Future
Initialise une nouvelle instance de réunion.
Parameters:
Returns:
deleteMeetingAsync
public Future
Supprimer une réunion. Après cela, personne ne pourra participer à la réunion.
Returns:
dispose
protected void dispose(boolean disposing)
PROTÉGÉ
Parameters:
endMeetingAsync
public Future
Mettre fin à une réunion.
Returns:
getAuthorizationToken
public String getAuthorizationToken()
Obtient le jeton d’autorisation utilisé pour communiquer avec le service.
Returns:
getImpl
public SafeHandle getImpl()
Retourne l’implémentation de la communication.
Returns:
getMeetingId
public String getMeetingId()
Obtient l’ID de réunion.
Returns:
getProperties
public PropertyCollection getProperties()
Collection de propriétés et leurs valeurs définies pour cette réunion.
Returns:
lockMeetingAsync
public Future
Verrouillez une réunion. Cela empêchera les nouveaux participants de participer.
Returns:
muteAllParticipantsAsync
public Future
Désactivez tous les autres participants à la réunion. Après cela, aucun autre participant ne fera diffuser ses reconnaissances vocales, ni ne pourra envoyer de sms.
Returns:
muteParticipantAsync
public Future
Désactiver le son d’un participant.
Parameters:
Returns:
removeParticipantAsync
public Future
Supprimer un participant d’une réunion à l’aide d’un objet participant.
Parameters:
Returns:
removeParticipantAsync
public Future
Supprimer un participant d’une réunion à l’aide d’un objet utilisateur.
Parameters:
Returns:
removeParticipantAsync
public Future
Supprimer un participant d’une réunion à l’aide d’un ID utilisateur.
Parameters:
Returns:
setAuthorizationToken
public void setAuthorizationToken(String token)
Définit le jeton d’autorisation utilisé pour communiquer avec le service. Remarque : l’appelant doit s’assurer que le jeton d’autorisation est valide. Avant que le jeton d’autorisation expire, l’appelant doit l’actualiser en appelant cet méthode setter avec un nouveau jeton valide. Sinon, le module de reconnaissance rencontrera des erreurs lors de la reconnaissance.
Parameters:
startMeetingAsync
public Future
Démarrez une réunion.
Returns:
unlockMeetingAsync
public Future
Déverrouille une réunion.
Returns:
unmuteAllParticipantsAsync
public Future
Réactivez tous les autres participants à la réunion.
Returns:
unmuteParticipantAsync
public Future
Réactivez un participant.
Parameters:
Returns:
S’applique à
Azure SDK for Java