Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CallSettingsBuilder

Index

Constructors

constructor

Methods

build

  • This method will return an object of the CallSettings class.

    Returns CallSettings

enableDefaultLayout

  • Parameters

    • defaultLayout: boolean

      This methods shows/hides the default button layout. If set to true the default button layout will be shown. If set to false the default button layout will be hidden. Default value is true

    Returns CallSettingsBuilder

setCallEventListener

setDefaultAudioMode

  • Parameters

    • audioMode: string

      This method will set the default audio mode.

    Returns CallSettingsBuilder

setIsAudioOnlyCall

  • Parameters

    • isAudioOnly: boolean

      This methods sets the type(audio/video) of the call. If set to true, the call will be strictly an audio call. If set to false, the call will be an audio-video call. Default value is false

    Returns CallSettingsBuilder

setMode

setSessionID

  • Parameters

    • sessionID: string

      This methods sets the session ID of the call.

    Returns CallSettingsBuilder

showAudioModeButton

  • Parameters

    • showAudioModeButton: boolean

      This method shows/hides the audio mode button. If set to true it will display the audio mode button. If set to false it will hide the audio mode button. Default value is true.

    Returns CallSettingsBuilder

showEndCallButton

  • Parameters

    • showEndCallButton: boolean

      This method shows/hides the end call button. If set to true it will display the end call button. If set to false it will hide the end call button. Default value is true.

    Returns CallSettingsBuilder

showMuteAudioButton

  • Parameters

    • showMuteAudioButton: boolean

      This method shows/hides the mute audio button. If set to true it will display the mute audio button. If set to false it will hide the mute audio button. Default value is true.

    Returns CallSettingsBuilder

showPauseVideoButton

  • Parameters

    • showPauseVideoButton: boolean

      This method shows/hides the pause video button. If set to true it will display the pause video button. If set to false it will hide the pause video button. Default value is true.

    Returns CallSettingsBuilder

showSwitchCameraButton

  • Parameters

    • showSwitchCameraButton: boolean

      This method shows/hides the switch camera button. If set to true it will display the switch camera button. If set to false it will hide the switch camera button. Default value is true.

    Returns CallSettingsBuilder

startWithAudioMuted

  • Parameters

    • audioMuted: boolean

      This method allows the call to be started with audio muted. If set to true, the call will start with audio muted. Default value is false.

    Returns CallSettingsBuilder

startWithVideoMuted

  • Parameters

    • videoMuted: boolean

      This method allows the call to be started with video muted. If set to true, the call will start with video muted. Default value is false.

    Returns CallSettingsBuilder