Avaya Client Services API Reference (iOS)
Enumerations
CSMeetingMediaType.h File Reference
#import <Foundation/Foundation.h>

Enumerations

enum  CSMeetingMediaType {
  CSMeetingMediaTypeUndefined,
  CSMeetingMediaTypeAudioOnly,
  CSMeetingMediaTypeCompositeVideo,
  CSMeetingMediaTypeSwitchedVideo,
  CSMeetingMediaTypeMultiStreamSwitchedVideo
}
 Meeting media types. More...
 

Enumeration Type Documentation

Meeting media types.

Enumerator
CSMeetingMediaTypeUndefined 

The media type is not defined.

CSMeetingMediaTypeAudioOnly 

The conference has no video (audio only).

CSMeetingMediaTypeCompositeVideo 

The conference video is composited.

The layout of the composite video image is controlled by the conference media server.

CSMeetingMediaTypeSwitchedVideo 

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.

CSMeetingMediaTypeMultiStreamSwitchedVideo 

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.