setDefaultLayout method
Sets the default layout type. Requirements: 5.2
Implementation
CallSettingsBuilder setDefaultLayout(LayoutType layoutType) {
_layoutType = layoutType;
return this;
}
Sets the default layout type. Requirements: 5.2
CallSettingsBuilder setDefaultLayout(LayoutType layoutType) {
_layoutType = layoutType;
return this;
}