diff --git a/protobufs/livekit_models.proto b/protobufs/livekit_models.proto index f9515f5a..fe8ed0d3 100644 --- a/protobufs/livekit_models.proto +++ b/protobufs/livekit_models.proto @@ -326,7 +326,7 @@ message RpcResponse { } message RpcError { - string name = 1; + uint32 code = 1; string message = 2; string data = 3; }