Click or drag to resize

CallLogParticipant Properties

The CallLogParticipant type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
The remote user's display name as reported by the network.
Public propertyEnterTime
For outgoing point to point call, this time represents the time the call was dialed out. For incoming call, this time represents the time when local phone device received incoming call. For conference call where participant list is available, this time stamp reflects when the remote participant joined the conference.
Public propertyIsModerator
Indicates if this remote participant represents a moderator on this conference call. If the remote participant is not a moderator for the conference call or if the call is a point to point session, this property is set to false.
Public propertyIsRestrictedParticipant
A Boolean value indicating whether the participant has limited capabilities on the call. Restricted participant cannot be lecturer or presenter and cannot become a normal participant. Restricted participant has no moderator controls and can only have a single receive-only video stream. Restricted participant cannot unblock camera and send video, or cannot perform remote camera control operations (e.g., control camera of a remote room system). Restricted participant is muted by the conference server by default, and can only be unmuted by the moderator, e.g., by getting moderator's attention to be unmuted through raise hand mechanism.
Public propertyLeaveTime
For point to point call, this represents the time when the call ended. For conference call where participant list is available, this time represents when the remote participant left the conference. If the remote party was still on the call when the conference ended, this property will be set to DateTime::MinValue.
Public propertyMatchedContact Obsolete.
Matched contact for this remote participant. If no matched contact exists, this property will report default value for the object. (i.e. null).
Public propertyRemoteAddress
The full remote address (i.e., full uri) to the remote endpoint.
Public propertyRemoteNumber
The remote number associated with this participant on this call.
Public propertySourceType
Determines the source of the remote endpoint address. The address associated with this remote user maybe provided by the local client, network or the remote user represents a conference participant.
Top
See Also