Parcourir la source

bugfix(ios): fixes typo on JitsiMeetViewDelegate method

j8
tmoldovan8x8 il y a 4 ans
Parent
révision
067ff0729e
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      ios/sdk/src/JitsiMeetViewDelegate.h

+ 1
- 1
ios/sdk/src/JitsiMeetViewDelegate.h Voir le fichier

@@ -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.

Chargement…
Annuler
Enregistrer