Get call stats as json encoded string
Future<String?> getStats(int callId) { return _platform.getStats(callId); }