Package-level declarations

Types

Link copied to clipboard
abstract class Client<T : IClient, L : Listener>

The Client base class manages the connection with the Millicast platform. The actual classes are the Publisher and Subscriber classes instantiated through the Core object class.

Link copied to clipboard
object Core

The main entry point for consuming the SDK.

Link copied to clipboard
object Media

The Media class is responsible for managing various aspects related to media processing, playback, and capture.

Link copied to clipboard
class Publisher : Client<IPublisher, InterfacePublisherListener>

The Publisher class manages the publication of audio and video tracks to a Millicast stream.

Link copied to clipboard
class Subscriber : Client<ISubscriber, InternalSubscriberListener>

The Subscriber class manages the subscription to audio and video tracks from the Millicast platform.