This commit is contained in:
yumoqing 2024-08-20 14:43:28 +08:00
parent 98c4f1c725
commit fe644faa34

View File

@ -256,3 +256,5 @@ bricks.RTCClient = class extends bricks.VBox {
}; };
} }
} }
bricks.Factory.register('RTCClient', bricks.RTCClient);