bye method

Future<void> bye(
  1. int callId
)

End specified call

Implementation

Future<void> bye(int callId) {
  return _platform.bye(callId);
}