- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
the documentation states to use 0 as the receiver in order to broadcast to all of the clients, however when using 0 I am getting an "invalid receiver" error. If I use a valid client id the message gets sent/ is received successfully.
I am using v3.3, and here is my code:
conference.send($('#dataSent').val(), 0, function (success) { L.Logger.info('Message Sent Success:', success); }, function (error) { L.Logger.info('Message Sent Failure:', error); });
Thanks!
- Tags:
- HTML5
- JavaScript*
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul,
Sorry for the mistake in API description. Please use undefined instead of 0 if you want to broadcast message. Thanks.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page