This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Incident Identifier: C6557D46-980A-480F-868B-3E392BF0790C | |
CrashReporter Key: C079192E-5EB1-5659-DC6F-DC419869EB01 | |
Hardware Model: Mac14,9 | |
Process: Runner [34884] | |
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/63B8612E-800C-4585-AB6B-E078D458ACDF/data/Containers/Bundle/Application/E356D117-B262-4925-8099-13862F83F70F/Runner.app/Runner | |
Identifier: ai.unikon.app.unikon.qa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uiConfig: ZegoCallInvitationUIConfig( | |
inviter: ZegoCallInvitationInviterUIConfig( | |
pageBuilder: (context, data) { | |
final inviteeId = data.invitees.first.id.split('_').last; | |
return CallingScreen( | |
type: data.callType == ZegoCallInvitationType.videoCall | |
? CallInvitationType.video | |
: CallInvitationType.audio, | |
userRole: CallInvitationUser.inviter, | |
userId: inviteeId, |
OlderNewer