Skip to content

Commit

Permalink
opentok#86 - Removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochum van der Ploeg committed Apr 25, 2018
1 parent 7dced05 commit f3a7532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/OpenTokAndroidPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ public boolean useTextureViews() {
Log.i(TAG, "setting subscribeToVideo");
runsub.subscribeToVideo(subscribeVideo);
}
} else if (action.equals("uspdateView")) {
} else if (action.equals("updateView")) {
if (args.getString(0).equals("TBPublisher") && myPublisher != null && sessionConnected) {
Log.i(TAG, "updating view for publisher");
myPublisher.setPropertyFromArray(args);
Expand Down

0 comments on commit f3a7532

Please sign in to comment.