public ChatParticipant(Azure.Communication.CommunicationIdentifier identifier)
 {
 }
 public virtual System.Threading.Tasks.Task <Azure.Response> RemoveParticipantAsync(Azure.Communication.CommunicationIdentifier identifier, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
示例#3
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Communication.CallingServer.AddParticipantResult> > AddParticipantAsync(Azure.Communication.CommunicationIdentifier participant, System.Uri callbackUri, string alternateCallerId = null, string operationContext = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public static Azure.Communication.Chat.ChatMessageReadReceipt ChatMessageReadReceipt(Azure.Communication.CommunicationIdentifier sender, string chatMessageId, System.DateTimeOffset readOn)
 {
     throw null;
 }
示例#5
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Communication.CallingServer.CallConnection> > CreateCallConnectionAsync(Azure.Communication.CommunicationIdentifier source, System.Collections.Generic.IEnumerable <Azure.Communication.CommunicationIdentifier> targets, Azure.Communication.CallingServer.CreateCallOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
示例#6
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Communication.CallingServer.CallConnection> > JoinCallAsync(string serverCallId, Azure.Communication.CommunicationIdentifier source, Azure.Communication.CallingServer.JoinCallOptions callOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
示例#7
0
 public override bool Equals(Azure.Communication.CommunicationIdentifier other)
 {
     throw null;
 }
 public virtual System.Threading.Tasks.Task <Azure.Response> AddParticipantAsync(string callLegId, Azure.Communication.CommunicationIdentifier participant, string alternateCallerId = null, string operationContext = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public virtual Azure.Response <Azure.Communication.CallingServer.JoinCallResponse> JoinCall(string conversationId, Azure.Communication.CommunicationIdentifier source, Azure.Communication.CallingServer.JoinCallOptions callOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public virtual Azure.Response AddParticipant(string conversationId, Azure.Communication.CommunicationIdentifier participant, System.Uri callbackUri, string alternateCallerId = null, string operationContext = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public CommunicationParticipant(Azure.Communication.CommunicationIdentifier identifier, string participantId, bool?isMuted)
 {
 }