Skip to content

renegotiation connection role not changed #753

@hayloftbisque

Description

@hayloftbisque

While renegotiation the connection role/setup is not updated from "active" to "passive"

pc.set_remote_description(SessionDescription {
                sdp_type: SDPType::Offer,
                sdp: offer.sdp,
            })
            .await?;
let answer = pc.create_answer(None).await?;
pc.set_local_description(answer.clone()).await?;

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