RoomsModelFactory.RoomParticipant(String, ParticipantRole) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de RoomParticipant.
public static Azure.Communication.Rooms.RoomParticipant RoomParticipant (string rawId, Azure.Communication.Rooms.ParticipantRole role);
static member RoomParticipant : string * Azure.Communication.Rooms.ParticipantRole -> Azure.Communication.Rooms.RoomParticipant
Public Shared Function RoomParticipant (rawId As String, role As ParticipantRole) As RoomParticipant
Parâmetros
- rawId
- String
Representação de ID bruta do identificador de comunicação. Consulte o documento a seguir para obter informações adicionais sobre a ID Bruta. <br>https://learn.microsoft.com/azure/communication-services/concepts/identifiers?pivots=programming-language-rest#raw-id-representation.
- role
- ParticipantRole
A função de um participante da sala. O valor padrão é Attendee.
Retornos
Uma nova RoomParticipant(String, ParticipantRole) instância para simulação.
Exceções
rawId
é nulo.
Aplica-se a
Azure SDK for .NET