showPauseVideoButton method
Shows or hides the pause video button. Requirements: 5.3
Implementation
CallSettingsBuilder showPauseVideoButton(bool show) {
_hidePauseVideoButton = !show;
return this;
}
Shows or hides the pause video button. Requirements: 5.3
CallSettingsBuilder showPauseVideoButton(bool show) {
_hidePauseVideoButton = !show;
return this;
}