emreokutan

Results 2 comments of emreokutan

For my project i do not need any dates before year **2000** so i convert all the values of **1900** to **2000** and **1899** to **1999** in sheetjs code, that...

hi i think i found the issue; beacuse of this line in nextrtc.js `remoteConnection.ontrack = e => this.onRemoteStream(connectionName, e.streams); ` the ontrack event handler fires twice, if the remotestream has...