getCallLink static method

Future<String> getCallLink()

Retrieves the call link.

This method fetches the call link that can be used to join a meeting.

Returns: A Future<String> that completes with the call link.

Implementation

static Future<String> getCallLink() {
  return FlyChatFlutterPlatform.instance.getCallLink();
}