statusButtonLabel method
Implementation
String statusButtonLabel() {
switch (this) {
case VideoCallStatus.scheduled:
return '通話を始める';
case VideoCallStatus.cancelled:
return '通話を始める';
case VideoCallStatus.finished:
return '通話の録画を見る';
}
}