Skip to content

I want to remove Echo and Noise, but didn't success #151

Description

This is my code:

NSArray *mandatoryConstraints = @[
                 [[RTCPair alloc] initWithKey:@"OfferToReceiveAudio" value:@"true"],
                 [[RTCPair alloc] initWithKey:@"OfferToReceiveVideo" value:@"true"],
                 [[RTCPair alloc] initWithKey:@"googNoiseSuppression" value:@"true"],
                 [[RTCPair alloc] initWithKey:@"googEchoCancellation" value:@"true"]
];

Please tell me the solution.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions