Set RoomClient/_getTransportStats() as public
This commit is contained in:
@@ -617,7 +617,7 @@ export default class RoomClient
|
||||
});
|
||||
}
|
||||
|
||||
async _getTransportStats()
|
||||
async getTransportStats()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
@@ -342,7 +342,7 @@ const Me = (props) =>
|
||||
|
||||
if (advancedMode)
|
||||
{
|
||||
poll = setInterval(() => roomClient._getTransportStats(), interval);
|
||||
poll = setInterval(() => roomClient.getTransportStats(), interval);
|
||||
}
|
||||
|
||||
return () => clearInterval(poll);
|
||||
|
||||
Reference in New Issue
Block a user