Skip to content

Use codec registry to make a list of supported media codecs instead of hardcoding it #2

@alula

Description

@alula

SUPPORTED_CODECS.add(new JsonObject()
.add("name", "opus")
.add("type", "audio")
.add("priority", 1000)
.add("payload_type", 120));
}

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