Closed ashirkhan94 closed 3 weeks ago
We need to send/receive compressed data through DataMessage. We use Pako.js with react-native demo app but cant send/receive that compressed data. is there any way to achieve this?
- (void)dataMessageDidReceivedWithDataMessage:(DataMessage *)dataMessage { [_bridge sendEventWithName:kEventOnDataMessageReceive body:@{ @"data":[dataMessage data], @"topic":[dataMessage topic], @"senderAttendeeId":[dataMessage senderAttendeeId], @"senderExternalUserId":[dataMessage senderExternalUserId], @"throttled":@(dataMessage.throttled), @"timestampMs":@(dataMessage.timestampMs) }]; }
here [dataMessage data] is null on react-native side how do we get actual data instead of null.
[dataMessage data]
react-native
we are using react-native: 0.71.11 AmazonChimeSDK-0.23.3 (No bitcode support) AmazonChimeSDKMedia-0.18.3 (No bitcode support)
Same issue on Android Side
Thanks
Closing this due to inactivity. Please reopen or submit a support case if this is still an issue.
We need to send/receive compressed data through DataMessage. We use Pako.js with react-native demo app but cant send/receive that compressed data. is there any way to achieve this?
here
[dataMessage data]
is null onreact-native
side how do we get actual data instead of null.we are using react-native: 0.71.11 AmazonChimeSDK-0.23.3 (No bitcode support) AmazonChimeSDKMedia-0.18.3 (No bitcode support)
Same issue on Android Side
Thanks