Merge "chat: callOptions -> callOption"
diff --git a/clients/web/js/channel.js b/clients/web/js/channel.js
index 37623e6..ac75f9b 100644
--- a/clients/web/js/channel.js
+++ b/clients/web/js/channel.js
@@ -186,7 +186,7 @@
 
   // The allowedServersPolicy options require that the server matches the
   // blessings we got when we globbed it.
-  var callOpts = this.client_.callOptions({
+  var callOpts = this.client_.callOption({
     allowedServersPolicy: member.blessings
   });