/** * 应用全局常量配置 */ // P2P相关常量 export const P2P_PLAYER_ID = 'p2p-player' export const P2P_PUSHER_ID = 'p2p-pusher' // 其他常量可以在这里添加