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
enableIf true, video will be enabled during conference
-
Clone a
ConferenceParams.Declaration
Swift
public func clone() -> ConferenceParams?Return Value
An allocated
ConferenceParamswith the same parameters than params -
Check whether video will be enable at conference starting.
Declaration
Swift
public func videoRequested() -> BoolReturn Value
if true, the video will be enable at conference starting
ConferenceParams Class Reference