callConfigFor method
Fetches the call configuration for the room at url
.
Implementation
Future<CallConfig> callConfigFor({required Uri url, String? token}) =>
_platformBridge.callConfigFor(_native, url, token);
Fetches the call configuration for the room at url
.
Future<CallConfig> callConfigFor({required Uri url, String? token}) =>
_platformBridge.callConfigFor(_native, url, token);