FMLiveSwitchSdpContent Class Reference

Defines valid SDP content values. More...

Class Methods

(NSString *) + alternative
 Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source. More...
 
(NSString *) + main
 Gets the SDP content value "main", which implies that the media stream is taken from the main source. More...
 
(NSString *) + signLanguage
 Gets the SDP content value "sl", which implies that the media stream contains sign language. More...
 
(NSString *) + slides
 Gets the SDP content value "slides", which implies that the media stream includes presentation slides. More...
 
(NSString *) + speaker
 Gets the SDP content value "speaker", which implies that the media stream contains the image of the speaker. More...
 

Detailed Description

Defines valid SDP content values.

Method Documentation

◆ alternative

+ (NSString*) alternative

Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source.

◆ main

+ (NSString*) main

Gets the SDP content value "main", which implies that the media stream is taken from the main source.

◆ signLanguage

+ (NSString*) signLanguage

Gets the SDP content value "sl", which implies that the media stream contains sign language.

◆ slides

+ (NSString*) slides

Gets the SDP content value "slides", which implies that the media stream includes presentation slides.

The media type can be, for example, a video stream or a number of instant messages with pictures.

◆ speaker

+ (NSString*) speaker

Gets the SDP content value "speaker", which implies that the media stream contains the image of the speaker.

The media can be, for example, a video stream or a still image.