How to I retrieve call duration when someone leaves a call?
I am trying to use getStats()
but I am only being returned a state value.
console.log("this.room.getStats() ", this.room.getStats());
returns:
this.room.getStats()
Promise { <state>: "pending" }