mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:27:47 +00:00
fix: Adapts to changes in lib-jitsi-meet. (#2354)
This commit is contained in:
@@ -162,8 +162,8 @@ export default class AbstractPageReloadOverlay extends Component<*, *> {
|
||||
// sent to the backed.
|
||||
// FIXME: We should dispatch action for this.
|
||||
if (typeof APP !== 'undefined') {
|
||||
if (APP.conference && APP.conference.room) {
|
||||
APP.conference.room.sendApplicationLog(JSON.stringify(
|
||||
if (APP.conference && APP.conference._room) {
|
||||
APP.conference._room.sendApplicationLog(JSON.stringify(
|
||||
{
|
||||
name: 'page.reload',
|
||||
label: this.props.reason
|
||||
|
||||
Reference in New Issue
Block a user