awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

android error #106

Closed PengTanguo closed 3 weeks ago

PengTanguo commented 4 months ago

The projects at all three ends are running normally, and the identity pool is configured according to AWS documents. Currently normal between android and android Android and network are normal Web and embedded c are also normal

Embedded C is the master selection viewer of android. Android cannot see the embedded C screen.

Error message: onSetFailure(): Error=5 Unable to set remote answer sdp: using SDP call, no DTLS fingerprint. I don’t know if you guys have encountered this before and why you get an error. @cover public void onIceCandidate(final event message) { Log.d(TAG, "ICE candidate received from remote"+toStringIce(message)); public String toStringIce(event message) { // Assume that the Event object has a method getCandidates() that returns a list of IceCandidates StringBuilder stringBuilder =new StringBuilder();

  stringBuilder.append("Message payment:[");
  stringBuilder.append(message.getMessagePayload()+"]id:[");
  stringBuilder.append(message.getSenderClientId()+"]body:[");
  stringBuilder.append(message.getBody()+"]messaggetype:[");
  stringBuilder.append(message.getMessageType()+"]statuscode:[");

  stringBuilder.append(message.getStatusCode()+"]");
 Return stringBuilder.toString();
}

[eyJjYW5kaWRhdGUIOiJjYW5kaWRhdGU6MiAxIHVkcCAyMTMwNzA2NDMxIDE5Mi4xNjguOC4xMDAgNTI2NTggdHlwIGhvc3QgcmFkZHIgMC4wLjAuMCBycG9ydCAwIGdlbmVyYXRpb24gMCBuZXR3b3JrLWNvc 3QgOTk5Iiwic2RwTWlkIjoiMCIsInNkcE1MaW5lSW5kZXgiOjB9]id: [null] text: [null] message type: [ICE_CANDIDATE] status code: [null]

niyatim23 commented 3 weeks ago

We have a new release for the SDK, can you please check if you are able to reproduce the issue with v1.1.0

niyatim23 commented 3 weeks ago

Closing due to inactivity. Feel free to reopen if the issue persists