Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Opentok publisher video always showing endless loading on Safari in IPhone #218

Open
miteshtagadiya opened this issue Feb 23, 2022 · 0 comments

Comments

@miteshtagadiya
Copy link

We have built an app for video conferencing and it's working on all devices except iPhone in safari browser, it's always showing endless loader in the box PFA, is there any way to fix this issue?

code:

const publisherOptionsMobile = {
    publishAudio: true,
    publishVideo: true,
    width: 240,
    borderRadius: 10,
    height: 140,
    insertMode: "append",
    showControls: false
  };

<OTSession
   apiKey={apiKey}
   sessionId={sessionId}
   token={token}
   >
     <OTPublisher
        properties={publisherOptions}
      />
</OTSession>                  

Screenshot from 2022-02-23 09-21-56

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant