getCallId method
@detail api @valid since 3.60. @brief Gets the call ID. Call this method after joining a room. After creating a room, a call ID is generated to identify the call for this room. @return Call ID.
Implementation
FutureOr<NSString> getCallId() async {
return await nativeCall('getCallId', []);
}