Skip to content

safari: fix transceiver direction in createOffer #1094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ybandou
Copy link
Contributor

@ybandou ybandou commented Dec 15, 2021

When there is no transceiver, it is created with the default "sendrecv" direction.
From the WebRTC spec, it must be "recvonly".
https://w3c.github.io/webrtc-pc/#legacy-configuration-extensions

Description

Purpose

When there is no transceiver, it is created with the default "sendrecv" direction.
From the WebRTC spec, it must be "recvonly".
https://w3c.github.io/webrtc-pc/#legacy-configuration-extensions
@ybandou ybandou mentioned this pull request Dec 15, 2021
@fippo fippo merged commit 649625f into webrtcHacks:master Jan 4, 2022
@fippo fippo mentioned this pull request Jan 4, 2022
@fippo
Copy link
Member

fippo commented Jan 4, 2022

published as 8.1.1, thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants