Browse Source

bugfix(ios): fixes typo on JitsiMeetViewDelegate method

master
tmoldovan8x8 4 years ago
parent
commit
067ff0729e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/sdk/src/JitsiMeetViewDelegate.h

+ 1
- 1
ios/sdk/src/JitsiMeetViewDelegate.h View File

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

Loading…
Cancel
Save