Custom Capability Set
data class CustomCapabilitySet @JvmOverloads constructor( _chat: ChatConfiguration? = null, _fileShare: FileShareConfiguration? = null, _screenShare: ScreenShareConfiguration? = null, _whiteboard: WhiteboardConfiguration? = null) : CallCapabilitySet
Content copied to clipboard
Call capability set available
Constructors
Link copied to clipboard
fun CustomCapabilitySet( _chat: ChatConfiguration? = null, _fileShare: FileShareConfiguration? = null, _screenShare: ScreenShareConfiguration? = null, _whiteboard: WhiteboardConfiguration? = null)
Content copied to clipboard
Create Call capability set
Functions
Link copied to clipboard
Link copied to clipboard
open override fun withChat(): CustomCallConfiguration.CustomCapabilitySet
Content copied to clipboard
This function adds the chat capability to call UI.
Link copied to clipboard
open override fun withFileShare(): CustomCallConfiguration.CustomCapabilitySet
Content copied to clipboard
This function adds file sharing capability to call UI.
Link copied to clipboard
open override fun withScreenShare(): CustomCallConfiguration.CustomCapabilitySet
Content copied to clipboard
This function adds screen sharing capability to call UI.
Link copied to clipboard
open override fun withWhiteboard(): CustomCallConfiguration.CustomCapabilitySet
Content copied to clipboard
This function adds whiteboard capability to call UI.
Link copied to clipboard