Skip to content

Safari 15.1 support #45

@dfoody

Description

@dfoody

We're successfully using BBCore on Chrome (specifically startVideoRecorder):

                    self.bombbomb = new BBCore({ accessToken: token });

                    self.bombbomb.startVideoRecorder({
                        target: "#bombbomb-recorder",
                        width: width
                    },
                    self.onRecordingDone);

But, when we try and use the same code on Safari we get this error displayed on the screen in place of the live video: "Well, this is embarrassing. A connection error occurred."

It's failing on the calls to https://scribe2.bombbomb.com/socket.io/?EIO=4&transport=polling&t=..&sid=... with this error returned:

{
    "code": 1,
    "message": "Session ID unknown"
}

Is there a workaround to get it working on Safari?

Thanks

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