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.

  • Undocumented

    Declaration

    Swift

    public static func getSwiftObject(cObject: OpaquePointer) -> ConferenceParams
  • Undocumented

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • Returns whether local participant has to enter the conference.

    Declaration

    Swift

    public var localParticipantEnabled: Bool { get set }

    Return Value

    if true, local participant is by default part of the conference.

  • Check whether video will be enable at conference starting.

    Declaration

    Swift

    public var videoEnabled: Bool { get set }

    Return Value

    if true, the video will be enable at conference starting

  • Clone a ConferenceParams.

    Declaration

    Swift

    public func clone() -> ConferenceParams?

    Return Value

    An allocated ConferenceParams with the same parameters than params