Fires whenever an incoming call arrives.
matrixClient.on("Call.incoming", function(call){ call.answer(); // auto-answer});
The incoming call.
Generated using TypeDoc
Fires whenever an incoming call arrives.
Example