Переглянути джерело

bugfix(ios): fixes typo on JitsiMeetViewDelegate method

master
tmoldovan8x8 4 роки тому
джерело
коміт
067ff0729e
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      ios/sdk/src/JitsiMeetViewDelegate.h

+ 1
- 1
ios/sdk/src/JitsiMeetViewDelegate.h Переглянути файл

@@ -95,7 +95,7 @@
95 95
  *
96 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 101
  * Called when the chat dialog is displayed/hidden.

Завантаження…
Відмінити
Зберегти