MillicastSource

public class MillicastSource : TypedSource

An object that defines a Millicast sources.

  • Initializer method.

    Declaration

    Swift

    public init(src: String, streamAccountId: String, subscriberToken: String? = nil, connectOptions: MCClientOptions? = nil)

    Parameters

    src

    The name of the Millicast stream to subscribe to.

    streamAccountId

    The Millicast account ID.

    subscriberToken

    The subscribing token.

    connectOptions

    The source specific configuration of client options.

  • Initializer method.

    Declaration

    Swift

    public init(src: String, streamAccountId: String, subscriberToken: String? = nil, directorUrl: String? = nil, connectOptions: MCClientOptions? = nil)

    Parameters

    src

    The name of the Millicast stream to subscribe to.

    streamAccountId

    The Millicast account ID.

    subscriberToken

    The subscribing token.

    directorUrl

    The Millicast director URL.

    connectOptions

    The source specific configuration of client options.