浏览代码

bugfix(ios): fixes typo on JitsiMeetViewDelegate method

master
tmoldovan8x8 4 年前
父节点
当前提交
067ff0729e
没有帐户链接到提交者的电子邮件
共有 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.

正在加载...
取消
保存