AgoraVideoViewerDelegate

An interface for getting some common delegate callbacks without needing to subclass.

Functions

Link copied to clipboard
open fun joinedChannel(channel: String)

Local user has joined a channel

Link copied to clipboard
open fun leftChannel(channel: String)

Local user has left a channel

Link copied to clipboard

The token used to connect to the current active channel has expired.

Link copied to clipboard
open fun tokenWillExpire(token: String?): Boolean

The token used to connect to the current active channel will expire in 30 seconds.