MillicastSource

public class MillicastSource : TypedSource

An object that defines a Millicast sources.

  • Initializer method.

    Declaration

    Swift

    public init(streamName: String, accountID: String, token: String? = nil)

    Parameters

    streamName

    The name of the Millicast stream to subscribe to.

    accountId

    The Millicast account ID.

    token

    The subscribing token.