Skip to content

livekit-api fails compiling because of missing CLIENT_PROTOCOL_DATA_STREAM_V2 #1302

Description

@sdroege
error[E0432]: unresolved import `livekit_common::CLIENT_PROTOCOL_DATA_STREAM_V2`
  --> ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/livekit-api-0.6.1/src/signal_client/mod.rs:67:38
   |
67 |     CLIENT_PROTOCOL_DATA_STREAM_RPC, CLIENT_PROTOCOL_DATA_STREAM_V2, CLIENT_PROTOCOL_DEFAULT,
   |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CLIENT_PROTOCOL_DATA_STREAM_V2` in the root
   |
help: a similar name exists in the module
   |
67 -     CLIENT_PROTOCOL_DATA_STREAM_RPC, CLIENT_PROTOCOL_DATA_STREAM_V2, CLIENT_PROTOCOL_DEFAULT,
67 +     CLIENT_PROTOCOL_DATA_STREAM_RPC, CLIENT_PROTOCOL_DATA_STREAM_RPC, CLIENT_PROTOCOL_DEFAULT,
   |

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