Get hold state of the specified call
Future<int?> getHoldState(int callId) { return _platform.getHoldState(callId); }