bugfix(ios): fixes typo on JitsiMeetViewDelegate method

This commit is contained in:
tmoldovan8x8 2021-04-12 14:08:53 +03:00 committed by GitHub
parent 6d3d65da03
commit 067ff0729e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
* *
* The `data` dictionary contains `message`, `senderId` and `isPrivate` keys. * The `data` dictionary contains `message`, `senderId` and `isPrivate` keys.
*/ */
- (void)chatMessaageReceived:(NSDictionary *)data; - (void)chatMessageReceived:(NSDictionary *)data;
/** /**
* Called when the chat dialog is displayed/hidden. * Called when the chat dialog is displayed/hidden.