bugfix(ios): fixes typo on JitsiMeetViewDelegate method
This commit is contained in:
parent
6d3d65da03
commit
067ff0729e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue