question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

realtimeSendDataMessage is not a function

See original GitHub issue

Hi people im trying to share messages between the session by calling meetingSession.audioVideo.realtimeSendDataMessage('topic', dat) but im getting that is not a function, any idea ? same happens with realtimeSubscribeToReceiveDataMessage doc in https://aws.github.io/amazon-chime-sdk-js/interfaces/audiovideofacade.html#realtimesubscribetoreceivedatamessage

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ltrungcommented, Jun 4, 2021

@abhimanusharma @russliu270 Can you guys open a new issue? This has been closed so we may miss your questions here.

0reactions
abhimanusharmacommented, May 29, 2021

@ltrung I am getting message only on my local system and not on system of other user. I implemented it as it is given in https://github.com/aws/amazon-chime-sdk-js/blob/master/demos/browser/app/meetingV2/meetingV2.ts

@barrazastark Can you help me out with this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

AudioVideoFacade | amazon-chime-sdk-js
This function should not be called until the first one resolves. ... realtimeSendDataMessage(topic: string, data: any, lifetimeMs?: number): void.
Read more >
Mute all functionality in aws chime javascript sdk | AWS re:Post
Hi we want the presenter who is presenting the meeting can mute all the other attendees in aws chime we are using aws...
Read more >
Amazon Chime SDK adds Data Messages for Real-time ...
The Amazon Chime SDK is a set of real-time communications components that developers can use to quickly add audio calling, video calling, and ......
Read more >
Mute/UnMute Remote Attendee in Amazon Chime Sdk
Currently, there is no option to mute/unmute Remote Attendee in Amazon Chime SDK But yes we can use real-time messaging for that
Read more >
Add Chat Feature to Demo of Amazon Chime SDK React ...
If you just want to create a simple Chat function, the following two variables ... realtimeSendDataMessage("CHAT" as DataMessageType, JSON.stringify(mess)) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found