realtimeSendDataMessage is not a function
See original GitHub issueHi 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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@abhimanusharma @russliu270 Can you guys open a new issue? This has been closed so we may miss your questions here.
@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?