// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`RoomViewStore when recording a voice broadcast and trying to view a call, it should not actually view it and show the info dialog 1`] = ` [MockFunction] { "calls": [ [ [Function], { "description":

You can’t start a call as you are currently recording a live broadcast. Please end your live broadcast in order to start a call.

, "hasCloseButton": true, "title": "Can’t start a call", }, ], ], "results": [ { "type": "return", "value": undefined, }, ], } `;