Package com.bandyer.android_sdk.call

Types

Link copied to clipboard
object CallAudioException : CallException

The capturing audio has failed

Link copied to clipboard
object CallCameraException : CallException

The capturing camera has failed

Link copied to clipboard
object CallCreationException : CallException

Used to notify the user that the call cannot be placed because an error has occurred.

Link copied to clipboard
open class CallException(reason: String) : Exception

Exception that represents an error received from the call UI.

Link copied to clipboard
object CallJoinRoomException : CallException

Unable to join the call

Link copied to clipboard
interface CallModule : BandyerModule

Module used for audio&video communication.

Link copied to clipboard
object CallModuleInitializationException : CallException

The call module has not been initialized

Link copied to clipboard
object CallNetworkException : CallException

Network not available, please check your connection

Link copied to clipboard
interface CallObserver

This class represent a call status observer which will be notified when a call is started or ended.

Link copied to clipboard
object CallParticipantsSizeException : CallException

Call participants size invalid.Must be between 1, 25

Link copied to clipboard
object CallPublishException : CallException

Used to notify the user that the call cannot be placed because there has been an error with the audio/video.

Link copied to clipboard
interface CallRecordingObserver

An interface that allows you to be notified when the recording status of a call changes.

Link copied to clipboard
interface CallUIObserver

This class represent a call UI observer which will be notified when a call activity event has occurred.

Link copied to clipboard
object CallUnexpectedException : CallException

Call finished with unexpected error