|
@@ -12,7 +12,7 @@ export class BBB {
|
|
|
this.call = req.params.call
|
|
|
this.checksum_incoming = req.query.checksum
|
|
|
this.query = req._parsedUrl?.query || ""
|
|
|
- this.params = this.query.replace(/[?|&]checksum.*$/, '')
|
|
|
+ this.params = this.query.replace(/[?&]?checksum.*$/, '')
|
|
|
this.meeting_id = req.query.meetingID
|
|
|
this.url = req.originalUrl
|
|
|
console.log(`New call to ${this.call}`)
|