Package-level declarations

Types

Link copied to clipboard
data class Credential

The Credentials class gathers authentication information required for connecting and subscribing to a stream.

Link copied to clipboard
data class Option

The Option class contains options for the Subscriber instance.

Link copied to clipboard
data class ProjectionData

The ProjectionData class is responsible for projecting a specific audio or video track into a specific transceiver.

Link copied to clipboard

The SubscriberListener interface provides a set of callback methods to handle various events and states during the subscription process. To use this interface and receive events from the Subscriber, you must inherit it and use the setListener method.