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