1 /** 2 * The type of redux action to set CallKit's and ConnectionService's event 3 * subscriptions. 4 * 5 * { 6 * type: _SET_CALL_INTEGRATION_SUBSCRIPTIONS, 7 * subscriptions: Array|undefined 8 * } 9 * 10 * @protected 11 */ 12 export const _SET_CALL_INTEGRATION_SUBSCRIPTIONS 13 = '_SET_CALL_INTEGRATION_SUBSCRIPTIONS';