/** * The type of redux action to set CallKit's and ConnectionService's event * subscriptions. * * { * type: _SET_CALL_INTEGRATION_SUBSCRIPTIONS, * subscriptions: Array|undefined * } * * @protected */ export const _SET_CALL_INTEGRATION_SUBSCRIPTIONS = '_SET_CALL_INTEGRATION_SUBSCRIPTIONS';