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

Controls the RTP Header Extension to control Playout Delay.

Link copied to clipboard
data class Option

The Option class contains options for the Subscriber instance.

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.