Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
This repository was 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

@miteshtagadiya

Description

@miteshtagadiya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions