|
@@ -162,8 +162,8 @@ export default class AbstractPageReloadOverlay extends Component<*, *> {
|
162
|
162
|
// sent to the backed.
|
163
|
163
|
// FIXME: We should dispatch action for this.
|
164
|
164
|
if (typeof APP !== 'undefined') {
|
165
|
|
- if (APP.conference && APP.conference.room) {
|
166
|
|
- APP.conference.room.sendApplicationLog(JSON.stringify(
|
|
165
|
+ if (APP.conference && APP.conference._room) {
|
|
166
|
+ APP.conference._room.sendApplicationLog(JSON.stringify(
|
167
|
167
|
{
|
168
|
168
|
name: 'page.reload',
|
169
|
169
|
label: this.props.reason
|