我试图隐藏默认通知栏,Chrome在选项卡中显示视频的播放状态,但无法实现。
我尝试将navigator.mediaSession.metadata设置为null,但是没有用。
title: 'Never Gonna Give You Up',
artist: 'Rick Astley',
album: 'Whenever You Need Somebody',
});```
I expect the notification bar with play pause options to be not visible by default.