Dani Member Jan 20, 2021 #1 Finally figured out the issue with iphone11 and iphone12 - and it is reproduced with your own demo. You can't publish a stream while using the phone (regular call).
Finally figured out the issue with iphone11 and iphone12 - and it is reproduced with your own demo. You can't publish a stream while using the phone (regular call).
Max Administrator Staff member Jan 21, 2021 #2 Good day. iOS Safari browser cannot access the microphone during a regular phone call. You can publish video only in this case: Code: session.createStream({ name: streamName, display: localVideo, cacheLocalResources: true, receiveVideo: false, receiveAudio: false, constraints: { video: true, audio: false } ... }).publish();
Good day. iOS Safari browser cannot access the microphone during a regular phone call. You can publish video only in this case: Code: session.createStream({ name: streamName, display: localVideo, cacheLocalResources: true, receiveVideo: false, receiveAudio: false, constraints: { video: true, audio: false } ... }).publish();