Click or drag to resize
MeetingMediaType Enumeration
Meeting media types.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum MeetingMediaType
Members
  Member nameValueDescription
Undefined0 The media type is not defined.
AudioOnly1 The conference has no video (audio only).
CompositeVideo2 The conference video is composited. The layout of the composite video image is controlled by the conference media server.
SwitchedVideo3 Video images of different participants are routed to the client as a single video stream by the conference media server. The layout of the different video images is controlled by the local client.
MultiStreamSwitchedVideo4 Video images of different participants are separately routed by the conference media server. The layout of the different video images is controlled by the local client.
See Also