VideoActivationPolicy

public class VideoActivationPolicy : LinphoneObject

Structure describing policy regarding video streams establishments.

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • Gets the value for the automatically accept video policy.

    Declaration

    Swift

    public var automaticallyAccept: Bool { get set }

    Return Value

    whether or not to automatically accept video requests is enabled

  • Gets the value for the automatically initiate video policy.

    Declaration

    Swift

    public var automaticallyInitiate: Bool { get set }

    Return Value

    whether or not to automatically initiate video calls is enabled

  • Gets the user data in the VideoActivationPolicy object.

    Declaration

    Swift

    public var userData: UnsafeMutableRawPointer? { get set }

    Return Value

    the user data