MenuMenu

RTCMultiConnection.enableFileSharing

Use this boolean to enable file sharing

How to use

<script src="/node_modules/fbr/FileBufferReader.js"></script>
<script>
    connection.enableFileSharing = true;
</script>

Now you can send files using send method.