Igor-Khomich / JanusAudioStreamPlayer

14 stars 4 forks source link

audiobridge can not get response when create offer #8

Closed fukemy closed 3 years ago

fukemy commented 3 years ago

hi, after setlocaldescription, i send configure offer to server, but after check, i got "ack" action, not success response

responseJSON: Optional({
    janus = ack;
    "session_id" = 6841565447798616;
    transaction = 26RIyBjbZI3P;
})

can u help? Thanks

Igor-Khomich commented 3 years ago

@fukemy Hi, sorry, just saw your message. Have you resolve the issue?

fukemy commented 3 years ago

i solved this using socket even instead of api janus, thanks