nexmo-community / client-sdk-tutorials

MIT License
5 stars 10 forks source link

NXMErrorCodeInvalidMediaRequest/NXMErrorCodeMediaBadRequest #47

Closed DingyueIO closed 11 months ago

DingyueIO commented 11 months ago

hello, I met a following problem, when I use "NXMClient.shared.serverCall(withCallee:, customData:)" in my client code, it return error "Error Domain=com.nexmo.errorDomain Code=30 "(null)" UserInfo={code=media:error:bad-request, description=The request failed due to an invalid media request. Please provide a valid media request and try again.}", but it's ok before.

request condition: 1.Xcode14.3.1 2.swift 3.pod 'NexmoClient' 4.NXMClient.shared.isConnected() is true

help me please, thank you!

DingyueIO commented 11 months ago

has been resolved。 a network problem。