CallReceivedEventArgs<TCall> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information regarding an incoming call.
generic <typename TCall>
where TCall : Callpublic ref class CallReceivedEventArgs : Microsoft::Rtc::Collaboration::CallReceivedEventArgsBase
public class CallReceivedEventArgs<TCall> : Microsoft.Rtc.Collaboration.CallReceivedEventArgsBase where TCall : Call
type CallReceivedEventArgs<'Call (requires 'Call :> Call)> = class
inherit CallReceivedEventArgsBase
Public Class CallReceivedEventArgs(Of TCall)
Inherits CallReceivedEventArgsBase
Type Parameters
- TCall
The call type.
- Inheritance
-
CallReceivedEventArgs<TCall>
Properties
Call |
Gets the incoming call. |
CallToBeReplaced |
Gets the call to be replaced if the incoming INVITE message has a Replaces header. |
Connection |
Gets the connection that was used to receive this call. (Inherited from CallReceivedEventArgsBase) |
CustomMimeParts |
Gets the MIME parts received with INVITE, if any, in the offer. (Inherited from CallReceivedEventArgsBase) |
DiversionContext |
Gets the diversion context information, if available. (Inherited from InviteReceivedEventArgs) |
Endpoint |
Gets or sets the endpoint. (Inherited from InviteReceivedEventArgs) |
IsConferenceDialOut |
Gets whether the incoming call is from an MCU hosting a conference. (Inherited from InviteReceivedEventArgs) |
IsNewConversation |
Gets whether the conversation is a new incoming conversation. (Inherited from CallReceivedEventArgsBase) |
IsScreened |
Gets whether the RemoteParticipant was screened against the LocalParticipant's container membership. (Inherited from InviteReceivedEventArgs) |
OnBehalfOfParticipant |
Gets the participant on whose behalf the invite was sent. (Inherited from InviteReceivedEventArgs) |
RemoteParticipant |
Gets the participant that sent the invite. (Inherited from InviteReceivedEventArgs) |
RequestData |
Gets the SIP request data for the event. This can be null in some instances. (Inherited from SipRequestReceivedEventArgs) |
RingBackDisabled |
Gets or sets whether the platform will automatically send 180 Ringing response for up to 10 minutes. (Inherited from CallReceivedEventArgsBase) |
ToastMessage |
Gets the toast message from the incoming call. Can be null if it was missing. (Inherited from InviteReceivedEventArgs) |
TransferredBy |
Gets the transferor URI, if present in the incoming INVITE (Inherited from InviteReceivedEventArgs) |
Extension Methods
GetHistoryInfoContext(InviteReceivedEventArgs) | |
GetRefferedByDisplayName(InviteReceivedEventArgs) | |
IsPrivateLineCall(InviteReceivedEventArgs) |