ConferenceParams

public class ConferenceParams : LinphoneObject

TODO.

  • 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

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

  • Check whether video will be enable at conference starting.

    Declaration

    Swift

    public var videoEnabled: Bool { get set }

    Return Value

    true if the video will be enable at conference starting, false otherwise

  • Clone a ConferenceParams.

    Declaration

    Swift

    public func clone() -> ConferenceParams?

    Return Value

    An allocated ConferenceParams with the same parameters than params