setTitle method
Sets the title for the call.
Implementation
CallSettingsBuilder setTitle(String title) {
_title = title;
return this;
}
Sets the title for the call.
CallSettingsBuilder setTitle(String title) {
_title = title;
return this;
}