File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ protoc \
3535 $FFI_PROTOCOL /e2ee.proto \
3636 $FFI_PROTOCOL /stats.proto \
3737 $FFI_PROTOCOL /track_publication.proto \
38- $FFI_PROTOCOL /rpc.proto
38+ $FFI_PROTOCOL /rpc.proto \
39+ $FFI_PROTOCOL /data_stream.proto
3940
4041touch -a " $FFI_OUT_PYTHON /__init__.py"
4142
4243for f in " $FFI_OUT_PYTHON " /* .py " $FFI_OUT_PYTHON " /* .pyi; do
43- perl -i -pe ' s|^(import (audio_frame_pb2\|ffi_pb2\|handle_pb2\|participant_pb2\|room_pb2\|track_pb2\|video_frame_pb2\|e2ee_pb2\|stats_pb2\|rpc_pb2\|track_publication_pb2))|from . $1|g' " $f "
44+ perl -i -pe ' s|^(import (audio_frame_pb2\|ffi_pb2\|handle_pb2\|participant_pb2\|room_pb2\|track_pb2\|video_frame_pb2\|e2ee_pb2\|stats_pb2\|rpc_pb2\|track_publication_pb2\|data_stream_pb2 ))|from . $1|g' " $f "
4445done
You can’t perform that action at this time.
0 commit comments