export const messages = { content: { from: { }, to: { startRecording: 'content:start-recording', stopRecording: 'content:stop-recording', } }, offscreen: { to: { startRecording: 'offscreen:start-recording', stopRecording: 'offscreen:stop-recording', }, }, };