ConferenceParams
public class ConferenceParams : LinphoneObject
Parameters for initialization of conferences The _LinphoneConferenceParams struct does not exists, it’s the ConferenceParams C++ class that is used behind.
-
Enable video when starting a conference.
Declaration
Swift
public var videoEnabled: Bool? { get set }
Parameters
enable
If true, video will be enabled during conference
-
Clone a
ConferenceParams
.Declaration
Swift
public func clone() -> ConferenceParams?
Return Value
An allocated
ConferenceParams
with the same parameters than params -
Check whether video will be enable at conference starting.
Declaration
Swift
public func videoRequested() -> Bool
Return Value
if true, the video will be enable at conference starting