getHoldState method

Future<int?> getHoldState(
  1. int callId
)

Get hold state of the specified call

Implementation

Future<int?> getHoldState(int callId) {
  return _platform.getHoldState(callId);
}