shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.display_settings
/
DisplaySettingsModalParameters
Display
Settings
Modal
Parameters
interface
DisplaySettingsModalParameters
Parameters required by the DisplaySettingsModal
Members
Properties
auto
Wave
Link copied to clipboard
abstract
val
autoWave
:
Boolean
force
Full
Display
Link copied to clipboard
abstract
val
forceFullDisplay
:
Boolean
meeting
Display
Type
Link copied to clipboard
abstract
val
meetingDisplayType
:
String
meeting
Video
Optimized
Link copied to clipboard
abstract
val
meetingVideoOptimized
:
Boolean
Functions
update
Auto
Wave
Link copied to clipboard
abstract
fun
updateAutoWave
(
value
:
Boolean
)
update
Force
Full
Display
Link copied to clipboard
abstract
fun
updateForceFullDisplay
(
value
:
Boolean
)
update
Meeting
Display
Type
Link copied to clipboard
abstract
fun
updateMeetingDisplayType
(
value
:
String
)
update
Meeting
Video
Optimized
Link copied to clipboard
abstract
fun
updateMeetingVideoOptimized
(
value
:
Boolean
)