MenuMenu

RTCMultiConnection.invokeSelectFileDialog

Select and get single file

How to use

connection.invokeSelectFileDialog(function(file) {
    connection.send(file);
});