Accept incoming call specified by its id. Use 'withVideo' to set audio-only or video call
Future<void> accept(int callId, bool withVideo) { return _platform.accept(callId, withVideo); }