joinPresentation method
Future<Widget?>
joinPresentation(
- String callToken,
- PresentationSettings presentationSettings,
- dynamic onSuccess(
- Widget callWidget
- dynamic onError(
- CometChatCallsException error
Implementation
Future<Widget?> joinPresentation(
String callToken,
PresentationSettings presentationSettings,
Function(Widget callWidget) onSuccess,
Function(CometChatCallsException error) onError) {
throw UnimplementedError('startSession has not been implemented.');
}