LiveVideos
public class LiveVideos : NSObject
Wrapper class to manage Live Audio instances
-
Add a new live video
Declaration
Swift
@objc public func add(_ mediaLabel: String) -> LiveVideoParameters
mediaLabellive name
Return Value
the new live video instance
-
Add a new live video
Declaration
Swift
@available(*, deprecated, renamed: "add(mediaLabel:mediaTheme1:﹚") @objc public func add(_ name: String, chapter1: String) -> LiveVideoParameters
namename
chapter1chapter1 label
Return Value
a new live video instance
-
Add a new live video
Declaration
Swift
@objc public func add(_ mediaLabel: String, mediaTheme1: String) -> LiveVideoParameters
mediaLabelname
mediaTheme1chapter1 label
Return Value
a new live video instance
-
Add a new live video
Declaration
Swift
@available(*, deprecated, renamed: "add(mediaLabel:mediaTheme1:mediaTheme2:﹚") @objc public func add(_ name: String, chapter1: String, chapter2: String) -> LiveVideoParameters
namename
chapter1chapter1 label
chapter2chapter2 label
Return Value
the new live video instance
-
Add a new live video
Declaration
Swift
@objc public func add(_ mediaLabel: String, mediaTheme1: String, mediaTheme2: String) -> LiveVideoParameters
mediaLabelname
mediaTheme1chapter1 label
mediaTheme2chapter2 label
Return Value
the new live video instance
-
Add a new live video
Declaration
Swift
@available(*, deprecated, renamed: "add(mediaLabel:mediaTheme1:mediaTheme2:mediaTheme3:﹚") @objc public func add(_ name: String, chapter1: String, chapter2: String, chapter3: String) -> LiveVideoParameters
namename
chapter1chapter1 label
chapter2chapter2 label
chapter3chapter3 label
Return Value
a new live video instance
-
Add a new live video
Declaration
Swift
@objc public func add(_ mediaLabel: String, mediaTheme1: String, mediaTheme2: String, mediaTheme3: String) -> LiveVideoParameters
mediaLabelname
mediaTheme1chapter1 label
mediaTheme2chapter2 label
mediaTheme3chapter3 label
Return Value
a new live video instance
-
Remove a live video
Declaration
Swift
@objc public func remove(_ mediaLabel: String)Parameters
mediaLabelvideo name
-
Remove all live videos
Declaration
Swift
@objc public func removeAll()
LiveVideos Class Reference